2024-02-19T23:58:32.138 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-19T23:58:32.138 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568136 --owner scheduled_gabrioux@teuthology --name gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi --description orch:cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} -- /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568136/orig.config.yaml 2024-02-19T23:58:32.176 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-19T23:58:32.259 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568136 branch: wip-guits-testing-6-2024-02-19-2119-pacific description: orch: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: gabrioux@ibm.com first_in_suite: false job_id: '7568136' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-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-guits-testing-6-2024-02-19-2119-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: 19854089e18d4f65dda2b6cd74e737367c2514bd ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-6-2024-02-19-2119-pacific sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/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: 5185 sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd sleep_before_teardown: 0 subset: 1/999 suite: orch:cephadm suite_branch: wip-guits-testing-6-2024-02-19-2119-pacific suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd targets: smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAbfW9U6t2o6bTJoXiToV6mzfxX+QufLCyWLy0Z1G/4p5CMQ9jtVNl9nOMD7ZAHPMGcfBoB1i90u2jX7Wo29R2Y= smithi148.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHmcD+obktDk2B/dqLWvL/7j9z75YfDURFTtAK6cmjvBC9MV0c14nf5PmDrwq3ba/mL0mwBYiB9nC7WpuQfRTCU= 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: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-19_22:54:55 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: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-02-19T23:58:32.259 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa; will attempt to use it 2024-02-19T23:58:32.260 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks 2024-02-19T23:58:32.260 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-19T23:58:32.261 INFO:teuthology.task.internal:Checking packages... 2024-02-19T23:58:32.285 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '19854089e18d4f65dda2b6cd74e737367c2514bd' 2024-02-19T23:58:32.285 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-19T23:58:32.285 INFO:teuthology.packaging:ref: None 2024-02-19T23:58:32.285 INFO:teuthology.packaging:tag: None 2024-02-19T23:58:32.285 INFO:teuthology.packaging:branch: wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-19T23:58:32.285 INFO:teuthology.packaging:sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-19T23:58:32.286 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-19T23:58:32.507 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-549.g19854089 2024-02-19T23:58:32.509 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-19T23:58:32.515 INFO:teuthology.task.internal:no buildpackages task found 2024-02-19T23:58:32.516 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-19T23:58:32.562 INFO:teuthology.task.internal:Saving configuration 2024-02-19T23:58:32.577 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-19T23:58:32.596 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-19T23:58:32.623 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568136', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:53:23.860319', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAbfW9U6t2o6bTJoXiToV6mzfxX+QufLCyWLy0Z1G/4p5CMQ9jtVNl9nOMD7ZAHPMGcfBoB1i90u2jX7Wo29R2Y='} 2024-02-19T23:58:32.646 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568136', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:53:23.862211', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHmcD+obktDk2B/dqLWvL/7j9z75YfDURFTtAK6cmjvBC9MV0c14nf5PmDrwq3ba/mL0mwBYiB9nC7WpuQfRTCU='} 2024-02-19T23:58:32.647 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-19T23:58:32.652 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-19T23:58:32.652 INFO:teuthology.task.internal:roles: ubuntu@smithi148.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-19T23:58:32.653 INFO:teuthology.run_tasks:Running task console_log... 2024-02-19T23:58:32.754 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa5c66f1ee0>, signals=[15]) 2024-02-19T23:58:32.754 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-19T23:58:32.760 INFO:teuthology.task.internal:Opening connections... 2024-02-19T23:58:32.760 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2024-02-19T23:58:32.762 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:58:32.838 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi148.front.sepia.ceph.com 2024-02-19T23:58:32.839 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:58:32.912 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-19T23:58:32.918 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2024-02-19T23:58:32.941 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2024-02-19T23:58:32.941 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2024-02-19T23:58:33.002 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="CentOS Stream" 2024-02-19T23:58:33.002 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="8" 2024-02-19T23:58:33.002 INFO:teuthology.orchestra.run.smithi110.stdout:ID="centos" 2024-02-19T23:58:33.002 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE="rhel fedora" 2024-02-19T23:58:33.002 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="8" 2024-02-19T23:58:33.003 INFO:teuthology.orchestra.run.smithi110.stdout:PLATFORM_ID="platform:el8" 2024-02-19T23:58:33.003 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-19T23:58:33.003 INFO:teuthology.orchestra.run.smithi110.stdout:ANSI_COLOR="0;31" 2024-02-19T23:58:33.003 INFO:teuthology.orchestra.run.smithi110.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-19T23:58:33.003 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://centos.org/" 2024-02-19T23:58:33.003 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-19T23:58:33.003 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-19T23:58:33.003 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-19T23:58:33.004 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2024-02-19T23:58:33.026 DEBUG:teuthology.orchestra.run.smithi148:> uname -m 2024-02-19T23:58:33.049 INFO:teuthology.orchestra.run.smithi148.stdout:x86_64 2024-02-19T23:58:33.049 DEBUG:teuthology.orchestra.run.smithi148:> cat /etc/os-release 2024-02-19T23:58:33.110 INFO:teuthology.orchestra.run.smithi148.stdout:NAME="CentOS Stream" 2024-02-19T23:58:33.110 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION="8" 2024-02-19T23:58:33.110 INFO:teuthology.orchestra.run.smithi148.stdout:ID="centos" 2024-02-19T23:58:33.110 INFO:teuthology.orchestra.run.smithi148.stdout:ID_LIKE="rhel fedora" 2024-02-19T23:58:33.110 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_ID="8" 2024-02-19T23:58:33.110 INFO:teuthology.orchestra.run.smithi148.stdout:PLATFORM_ID="platform:el8" 2024-02-19T23:58:33.111 INFO:teuthology.orchestra.run.smithi148.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-19T23:58:33.111 INFO:teuthology.orchestra.run.smithi148.stdout:ANSI_COLOR="0;31" 2024-02-19T23:58:33.111 INFO:teuthology.orchestra.run.smithi148.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-19T23:58:33.111 INFO:teuthology.orchestra.run.smithi148.stdout:HOME_URL="https://centos.org/" 2024-02-19T23:58:33.111 INFO:teuthology.orchestra.run.smithi148.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-19T23:58:33.111 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-19T23:58:33.111 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-19T23:58:33.111 INFO:teuthology.lock.ops:Updating smithi148.front.sepia.ceph.com on lock server 2024-02-19T23:58:33.134 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-19T23:58:33.142 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-19T23:58:33.162 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-19T23:58:33.162 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2024-02-19T23:58:33.164 DEBUG:teuthology.orchestra.run.smithi148:> test '!' -e /home/ubuntu/cephtest 2024-02-19T23:58:33.183 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-19T23:58:33.195 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-19T23:58:33.195 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2024-02-19T23:58:33.225 DEBUG:teuthology.orchestra.run.smithi148:> test -z $(ls -A /var/lib/ceph) 2024-02-19T23:58:33.255 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-19T23:58:33.310 INFO:teuthology.run_tasks:Running task kernel... 2024-02-19T23:58:33.324 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-19T23:58:33.324 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-19T23:58:33.325 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T23:58:33.325 DEBUG:teuthology.orchestra.run.smithi148:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T23:58:33.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:33.344 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-02-19T23:58:33.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:33.348 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-02-19T23:58:33.404 INFO:teuthology.orchestra.run.smithi148.stdout:4.18.0-489.el8.x86_64 2024-02-19T23:58:33.404 INFO:teuthology.task.kernel:Running kernel on smithi148: 4.18.0-489.el8.x86_64 2024-02-19T23:58:33.404 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum install -y kernel 2024-02-19T23:58:33.409 INFO:teuthology.orchestra.run.smithi110.stdout:4.18.0-489.el8.x86_64 2024-02-19T23:58:33.409 INFO:teuthology.task.kernel:Running kernel on smithi110: 4.18.0-489.el8.x86_64 2024-02-19T23:58:33.409 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum install -y kernel 2024-02-19T23:58:42.166 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 8 - AppStream 4.4 MB/s | 27 MB 00:06 2024-02-19T23:58:42.362 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - AppStream 4.3 MB/s | 27 MB 00:06 2024-02-19T23:58:48.141 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 8 - BaseOS 9.1 MB/s | 10 MB 00:01 2024-02-19T23:58:48.446 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - BaseOS 8.0 MB/s | 10 MB 00:01 2024-02-19T23:58:50.075 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 8 - Extras 60 kB/s | 18 kB 00:00 2024-02-19T23:58:50.163 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - Extras 151 kB/s | 18 kB 00:00 2024-02-19T23:58:50.455 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - Extras common packages 38 kB/s | 6.9 kB 00:00 2024-02-19T23:58:50.517 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2024-02-19T23:58:50.707 INFO:teuthology.orchestra.run.smithi110.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-02-19T23:58:50.752 INFO:teuthology.orchestra.run.smithi148.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-02-19T23:58:51.993 INFO:teuthology.orchestra.run.smithi110.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2024-02-19T23:58:52.944 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 7.7 MB/s | 16 MB 00:02 2024-02-19T23:58:55.766 INFO:teuthology.orchestra.run.smithi110.stdout:lab-extras 428 kB/s | 24 kB 00:00 2024-02-19T23:58:56.703 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 465 kB/s | 24 kB 00:00 2024-02-19T23:58:58.738 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-19T23:58:58.738 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-19T23:58:58.856 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-02-19T23:58:58.857 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-19T23:58:58.857 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-02-19T23:58:58.857 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-19T23:58:58.857 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-02-19T23:58:58.857 INFO:teuthology.orchestra.run.smithi110.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-19T23:58:58.858 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-02-19T23:58:58.858 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-19T23:58:58.858 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-19T23:58:58.858 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-19T23:58:58.858 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-02-19T23:58:58.858 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-19T23:58:58.858 INFO:teuthology.orchestra.run.smithi110.stdout:Install 3 Packages 2024-02-19T23:58:58.858 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-19T23:58:58.859 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 90 M 2024-02-19T23:58:58.859 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 97 M 2024-02-19T23:58:58.859 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-02-19T23:58:59.675 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-19T23:58:59.675 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-19T23:58:59.781 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-02-19T23:58:59.782 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-19T23:58:59.782 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-02-19T23:58:59.782 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-19T23:58:59.782 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-02-19T23:58:59.783 INFO:teuthology.orchestra.run.smithi148.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-19T23:58:59.783 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-02-19T23:58:59.783 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-19T23:58:59.783 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-19T23:58:59.783 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-19T23:58:59.783 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-02-19T23:58:59.783 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-19T23:58:59.783 INFO:teuthology.orchestra.run.smithi148.stdout:Install 3 Packages 2024-02-19T23:58:59.783 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-19T23:58:59.784 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 90 M 2024-02-19T23:58:59.784 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 97 M 2024-02-19T23:58:59.784 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-02-19T23:59:00.017 INFO:teuthology.orchestra.run.smithi110.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 9.2 MB/s | 10 MB 00:01 2024-02-19T23:59:00.951 INFO:teuthology.orchestra.run.smithi110.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 18 MB/s | 36 MB 00:02 2024-02-19T23:59:01.162 INFO:teuthology.orchestra.run.smithi148.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 7.9 MB/s | 10 MB 00:01 2024-02-19T23:59:01.660 INFO:teuthology.orchestra.run.smithi110.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2024-02-19T23:59:01.660 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:59:01.660 INFO:teuthology.orchestra.run.smithi110.stdout:Total 32 MB/s | 90 MB 00:02 2024-02-19T23:59:02.337 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-02-19T23:59:02.563 INFO:teuthology.orchestra.run.smithi148.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 13 MB/s | 36 MB 00:02 2024-02-19T23:59:02.754 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-02-19T23:59:02.754 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-02-19T23:59:03.304 INFO:teuthology.orchestra.run.smithi148.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2024-02-19T23:59:03.305 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:59:03.305 INFO:teuthology.orchestra.run.smithi148.stdout:Total 25 MB/s | 90 MB 00:03 2024-02-19T23:59:03.984 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-02-19T23:59:03.992 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-02-19T23:59:04.012 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-02-19T23:59:04.401 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-02-19T23:59:04.401 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-02-19T23:59:05.641 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-02-19T23:59:05.665 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-02-19T23:59:06.778 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-02-19T23:59:07.289 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:59:08.618 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-02-19T23:59:09.144 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:59:10.826 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:59:11.214 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:59:12.891 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:59:13.302 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:59:14.646 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:59:14.972 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:59:16.747 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:59:17.043 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:59:36.806 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:59:36.829 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:59:37.175 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:59:37.176 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:59:37.176 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:59:37.653 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:59:37.653 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-19T23:59:37.653 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-02-19T23:59:37.653 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-19T23:59:37.653 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-19T23:59:37.653 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-19T23:59:37.653 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-02-19T23:59:37.819 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:59:38.034 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T23:59:38.035 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T23:59:38.035 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-19T23:59:38.035 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-19T23:59:38.035 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-19T23:59:38.035 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-19T23:59:38.036 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi110.front.sepia.ceph.com, path=None, version=distro) 2024-02-19T23:59:38.036 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:59:38.246 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T23:59:38.246 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T23:59:38.246 DEBUG:teuthology.orchestra.run.smithi110:> sudo rpm -qi grub2-tools 2024-02-19T23:59:38.280 INFO:teuthology.orchestra.run.smithi110.stdout:Name : grub2-tools 2024-02-19T23:59:38.281 INFO:teuthology.orchestra.run.smithi110.stdout:Epoch : 1 2024-02-19T23:59:38.281 INFO:teuthology.orchestra.run.smithi110.stdout:Version : 2.02 2024-02-19T23:59:38.281 INFO:teuthology.orchestra.run.smithi110.stdout:Release : 129.el8 2024-02-19T23:59:38.281 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: x86_64 2024-02-19T23:59:38.281 INFO:teuthology.orchestra.run.smithi110.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-19T23:59:38.281 INFO:teuthology.orchestra.run.smithi110.stdout:Group : System Environment/Base 2024-02-19T23:59:38.281 INFO:teuthology.orchestra.run.smithi110.stdout:Size : 9265586 2024-02-19T23:59:38.281 INFO:teuthology.orchestra.run.smithi110.stdout:License : GPLv3+ 2024-02-19T23:59:38.281 INFO:teuthology.orchestra.run.smithi110.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-19T23:59:38.281 INFO:teuthology.orchestra.run.smithi110.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-19T23:59:38.281 INFO:teuthology.orchestra.run.smithi110.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-19T23:59:38.281 INFO:teuthology.orchestra.run.smithi110.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-19T23:59:38.281 INFO:teuthology.orchestra.run.smithi110.stdout:Relocations : (not relocatable) 2024-02-19T23:59:38.282 INFO:teuthology.orchestra.run.smithi110.stdout:Packager : CentOS BuildSystem 2024-02-19T23:59:38.282 INFO:teuthology.orchestra.run.smithi110.stdout:Vendor : CentOS 2024-02-19T23:59:38.282 INFO:teuthology.orchestra.run.smithi110.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-19T23:59:38.282 INFO:teuthology.orchestra.run.smithi110.stdout:Summary : Support tools for GRUB. 2024-02-19T23:59:38.282 INFO:teuthology.orchestra.run.smithi110.stdout:Description : 2024-02-19T23:59:38.282 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-19T23:59:38.282 INFO:teuthology.orchestra.run.smithi110.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-19T23:59:38.282 INFO:teuthology.orchestra.run.smithi110.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-19T23:59:38.282 INFO:teuthology.orchestra.run.smithi110.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-19T23:59:38.282 INFO:teuthology.orchestra.run.smithi110.stdout:hardware devices. 2024-02-19T23:59:38.282 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-19T23:59:38.282 INFO:teuthology.orchestra.run.smithi110.stdout:This subpackage provides tools for support of all platforms. 2024-02-19T23:59:38.283 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-19T23:59:38.283 INFO:teuthology.task.kernel:Updating grub on smithi110 to boot 4.18.0-539.el8.x86_64 2024-02-19T23:59:38.284 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-19T23:59:39.018 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:59:39.041 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:59:39.392 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:59:39.393 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:59:39.393 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:59:40.200 INFO:teuthology.orchestra.run.smithi110.stderr:Generating grub configuration file ... 2024-02-19T23:59:40.307 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:59:40.307 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-19T23:59:40.307 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-02-19T23:59:40.307 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-19T23:59:40.307 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-19T23:59:40.307 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-19T23:59:40.307 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-02-19T23:59:40.455 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:59:40.675 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T23:59:40.676 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T23:59:40.676 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-19T23:59:40.676 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-19T23:59:40.676 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-19T23:59:40.676 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-19T23:59:40.676 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi148.front.sepia.ceph.com, path=None, version=distro) 2024-02-19T23:59:40.676 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:59:40.887 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T23:59:40.887 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T23:59:40.887 DEBUG:teuthology.orchestra.run.smithi148:> sudo rpm -qi grub2-tools 2024-02-19T23:59:40.921 INFO:teuthology.orchestra.run.smithi148.stdout:Name : grub2-tools 2024-02-19T23:59:40.921 INFO:teuthology.orchestra.run.smithi148.stdout:Epoch : 1 2024-02-19T23:59:40.921 INFO:teuthology.orchestra.run.smithi148.stdout:Version : 2.02 2024-02-19T23:59:40.921 INFO:teuthology.orchestra.run.smithi148.stdout:Release : 129.el8 2024-02-19T23:59:40.921 INFO:teuthology.orchestra.run.smithi148.stdout:Architecture: x86_64 2024-02-19T23:59:40.921 INFO:teuthology.orchestra.run.smithi148.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-19T23:59:40.921 INFO:teuthology.orchestra.run.smithi148.stdout:Group : System Environment/Base 2024-02-19T23:59:40.921 INFO:teuthology.orchestra.run.smithi148.stdout:Size : 9265586 2024-02-19T23:59:40.921 INFO:teuthology.orchestra.run.smithi148.stdout:License : GPLv3+ 2024-02-19T23:59:40.921 INFO:teuthology.orchestra.run.smithi148.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:Relocations : (not relocatable) 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:Packager : CentOS BuildSystem 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:Vendor : CentOS 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:Summary : Support tools for GRUB. 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:Description : 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:hardware devices. 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-19T23:59:40.922 INFO:teuthology.orchestra.run.smithi148.stdout:This subpackage provides tools for support of all platforms. 2024-02-19T23:59:40.923 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-19T23:59:40.924 INFO:teuthology.task.kernel:Updating grub on smithi148 to boot 4.18.0-539.el8.x86_64 2024-02-19T23:59:40.924 DEBUG:teuthology.orchestra.run.smithi148:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-19T23:59:42.168 INFO:teuthology.orchestra.run.smithi110.stderr:done 2024-02-19T23:59:42.169 DEBUG:teuthology.orchestra.run.smithi110:> mktemp 2024-02-19T23:59:42.197 INFO:teuthology.orchestra.run.smithi110.stdout:/tmp/tmp.U1ZWj0eG30 2024-02-19T23:59:42.197 DEBUG:teuthology.orchestra.run.smithi110:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.U1ZWj0eG30 2024-02-19T23:59:42.279 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0666 /tmp/tmp.U1ZWj0eG30 2024-02-19T23:59:42.399 INFO:teuthology.orchestra.run.smithi148.stderr:Generating grub configuration file ... 2024-02-19T23:59:42.416 DEBUG:teuthology.orchestra.remote:smithi110:/tmp/tmp.U1ZWj0eG30 is 6KB 2024-02-19T23:59:42.464 DEBUG:teuthology.orchestra.run.smithi110:> rm -fr /tmp/tmp.U1ZWj0eG30 2024-02-19T23:59:42.483 DEBUG:teuthology.orchestra.run.smithi110:> sudo /bin/ls /boot/loader/entries || true 2024-02-19T23:59:42.548 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-19T23:59:42.548 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-19T23:59:42.548 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-19T23:59:42.548 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-19T23:59:42.549 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-19T23:59:42.762 DEBUG:teuthology.orchestra.run.smithi110:> sudo shutdown -r now 2024-02-19T23:59:44.261 INFO:teuthology.orchestra.run.smithi148.stderr:done 2024-02-19T23:59:44.262 DEBUG:teuthology.orchestra.run.smithi148:> mktemp 2024-02-19T23:59:44.292 INFO:teuthology.orchestra.run.smithi148.stdout:/tmp/tmp.g060YaVILS 2024-02-19T23:59:44.292 DEBUG:teuthology.orchestra.run.smithi148:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.g060YaVILS 2024-02-19T23:59:44.383 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 0666 /tmp/tmp.g060YaVILS 2024-02-19T23:59:44.483 DEBUG:teuthology.orchestra.remote:smithi148:/tmp/tmp.g060YaVILS is 6KB 2024-02-19T23:59:44.533 DEBUG:teuthology.orchestra.run.smithi148:> rm -fr /tmp/tmp.g060YaVILS 2024-02-19T23:59:44.551 DEBUG:teuthology.orchestra.run.smithi148:> sudo /bin/ls /boot/loader/entries || true 2024-02-19T23:59:44.622 INFO:teuthology.orchestra.run.smithi148.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-19T23:59:44.622 INFO:teuthology.orchestra.run.smithi148.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-19T23:59:44.622 INFO:teuthology.orchestra.run.smithi148.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-19T23:59:44.622 INFO:teuthology.orchestra.run.smithi148.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-19T23:59:44.623 DEBUG:teuthology.orchestra.run.smithi148:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-19T23:59:44.781 DEBUG:teuthology.orchestra.run.smithi148:> sudo shutdown -r now 2024-02-20T00:00:12.792 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-20T00:00:12.793 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-02-20T00:00:12.794 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:00:14.784 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-20T00:00:14.784 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-02-20T00:00:14.785 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:00:31.296 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.110 2024-02-20T00:00:33.344 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-02-20T00:00:40.304 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-02-20T00:00:40.305 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:00:42.348 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-02-20T00:00:42.348 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:00:45.409 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-02-20T00:00:57.422 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-02-20T00:00:57.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:01:40.350 DEBUG:teuthology.orchestra.remote:timed out 2024-02-20T00:01:52.362 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-02-20T00:01:52.364 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:01:52.644 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-02-20T00:01:52.955 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-02-20T00:01:52.955 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-539.el8.x86_64"... 2024-02-20T00:01:52.956 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-02-20T00:01:52.976 INFO:teuthology.orchestra.run.smithi110.stdout:4.18.0-539.el8.x86_64 2024-02-20T00:01:52.976 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-20T00:01:52.976 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-20T00:01:52.976 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-20T00:01:53.977 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-20T00:01:53.977 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-20T00:01:54.039 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2024-02-20T00:01:54.054 DEBUG:teuthology.parallel:result is None 2024-02-20T00:01:57.425 DEBUG:teuthology.orchestra.remote:timed out 2024-02-20T00:02:12.427 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-02-20T00:02:12.429 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:02:12.725 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-02-20T00:02:13.090 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-02-20T00:02:13.091 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-539.el8.x86_64"... 2024-02-20T00:02:13.091 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-02-20T00:02:13.110 INFO:teuthology.orchestra.run.smithi148.stdout:4.18.0-539.el8.x86_64 2024-02-20T00:02:13.110 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-20T00:02:13.110 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-20T00:02:13.110 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-20T00:02:14.111 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-20T00:02:14.111 DEBUG:teuthology.orchestra.run.smithi148:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-20T00:02:14.193 INFO:teuthology.orchestra.run.smithi148.stdout:ttyS1 2024-02-20T00:02:14.206 DEBUG:teuthology.parallel:result is None 2024-02-20T00:02:14.207 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-20T00:02:14.227 INFO:teuthology.task.internal:Creating test directory... 2024-02-20T00:02:14.228 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-20T00:02:14.231 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-20T00:02:14.252 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-20T00:02:14.260 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-20T00:02:14.296 INFO:teuthology.task.internal:Creating archive directory... 2024-02-20T00:02:14.297 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-20T00:02:14.300 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-20T00:02:14.335 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-20T00:02:14.342 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-20T00:02:14.342 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-20T00:02:14.372 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-20T00:02:14.411 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-20T00:02:14.418 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-20T00:02:14.422 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-20T00:02:14.429 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-20T00:02:14.431 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-20T00:02:14.446 INFO:teuthology.task.internal:Configuring sudo... 2024-02-20T00:02:14.446 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-20T00:02:14.449 DEBUG:teuthology.orchestra.run.smithi148:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-20T00:02:14.492 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-20T00:02:14.507 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-20T00:02:14.507 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-20T00:02:14.518 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-20T00:02:14.550 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-20T00:02:14.622 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-20T00:02:14.678 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-20T00:02:14.762 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-20T00:02:14.806 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-02-20T00:02:14.806 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-20T00:02:14.873 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-20T00:02:14.921 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-20T00:02:14.968 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-20T00:02:15.054 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-20T00:02:15.097 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-20T00:02:15.097 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-20T00:02:15.163 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2024-02-20T00:02:15.165 DEBUG:teuthology.orchestra.run.smithi148:> sudo service rsyslog restart 2024-02-20T00:02:15.222 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-20T00:02:15.249 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-20T00:02:15.690 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-20T00:02:15.696 INFO:teuthology.task.internal:Starting timer... 2024-02-20T00:02:15.697 INFO:teuthology.run_tasks:Running task pcp... 2024-02-20T00:02:15.752 INFO:teuthology.run_tasks:Running task selinux... 2024-02-20T00:02:15.778 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-20T00:02:15.779 DEBUG:teuthology.orchestra.run.smithi110:> sudo service auditd rotate 2024-02-20T00:02:15.850 INFO:teuthology.orchestra.run.smithi110.stdout:Rotating logs: 2024-02-20T00:02:15.852 DEBUG:teuthology.orchestra.run.smithi148:> sudo service auditd rotate 2024-02-20T00:02:15.928 INFO:teuthology.orchestra.run.smithi148.stdout:Rotating logs: 2024-02-20T00:02:15.930 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-20T00:02:15.930 DEBUG:teuthology.orchestra.run.smithi110:> /usr/sbin/getenforce 2024-02-20T00:02:15.955 INFO:teuthology.orchestra.run.smithi110.stdout:Permissive 2024-02-20T00:02:15.955 DEBUG:teuthology.orchestra.run.smithi148:> /usr/sbin/getenforce 2024-02-20T00:02:15.993 INFO:teuthology.orchestra.run.smithi148.stdout:Permissive 2024-02-20T00:02:15.993 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi110.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi148.front.sepia.ceph.com': 'permissive'} 2024-02-20T00:02:15.993 DEBUG:teuthology.orchestra.run.smithi110:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-20T00:02:16.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:02:16.024 DEBUG:teuthology.orchestra.run.smithi148:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-20T00:02:16.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:02:16.060 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-20T00:02:16.060 DEBUG:teuthology.orchestra.run.smithi110:> sudo /usr/sbin/setenforce permissive 2024-02-20T00:02:16.092 DEBUG:teuthology.orchestra.run.smithi148:> sudo /usr/sbin/setenforce permissive 2024-02-20T00:02:16.128 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-20T00:02:16.163 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-20T00:02:16.183 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-20T00:02:16.185 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi110.front.sepia.ceph.com,smithi148.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-20T00:07:59.792 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi110.front.sepia.ceph.com'), Remote(name='ubuntu@smithi148.front.sepia.ceph.com')] 2024-02-20T00:07:59.794 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-02-20T00:07:59.795 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:07:59.871 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-02-20T00:07:59.938 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-02-20T00:07:59.938 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-02-20T00:07:59.939 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-20T00:08:00.011 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-02-20T00:08:00.078 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-02-20T00:08:00.078 INFO:teuthology.run_tasks:Running task clock... 2024-02-20T00:08:00.091 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-20T00:08:00.091 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-20T00:08:00.091 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T00:08:00.094 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-20T00:08:00.094 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T00:08:00.122 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-20T00:08:00.135 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-20T00:08:00.152 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-20T00:08:00.166 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-20T00:08:00.200 INFO:teuthology.orchestra.run.smithi110.stderr:sudo: ntpd: command not found 2024-02-20T00:08:00.211 INFO:teuthology.orchestra.run.smithi110.stdout:506 Cannot talk to daemon 2024-02-20T00:08:00.225 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-20T00:08:00.229 INFO:teuthology.orchestra.run.smithi148.stderr:sudo: ntpd: command not found 2024-02-20T00:08:00.238 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-20T00:08:00.240 INFO:teuthology.orchestra.run.smithi148.stdout:506 Cannot talk to daemon 2024-02-20T00:08:00.254 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-20T00:08:00.267 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-20T00:08:00.305 INFO:teuthology.orchestra.run.smithi110.stderr:bash: ntpq: command not found 2024-02-20T00:08:00.309 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-20T00:08:00.309 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-02-20T00:08:00.309 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T00:08:00.309 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T00:08:00.309 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T00:08:00.309 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T00:08:00.333 INFO:teuthology.orchestra.run.smithi148.stderr:bash: ntpq: command not found 2024-02-20T00:08:00.336 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-20T00:08:00.336 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-02-20T00:08:00.336 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T00:08:00.336 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T00:08:00.336 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T00:08:00.337 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T00:08:00.337 INFO:teuthology.run_tasks:Running task pexec... 2024-02-20T00:08:00.346 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-20T00:08:00.347 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi110.front.sepia.ceph.com 2024-02-20T00:08:00.347 DEBUG:teuthology.orchestra.run.smithi110:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-20T00:08:00.347 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi148.front.sepia.ceph.com 2024-02-20T00:08:00.347 DEBUG:teuthology.orchestra.run.smithi148:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-20T00:08:01.132 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:01:20 ago on Tue 20 Feb 2024 12:06:40 AM UTC. 2024-02-20T00:08:01.164 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:19 ago on Tue 20 Feb 2024 12:06:41 AM UTC. 2024-02-20T00:08:03.176 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-02-20T00:08:03.177 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-20T00:08:03.177 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-02-20T00:08:03.177 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-20T00:08:03.177 INFO:teuthology.orchestra.run.smithi110.stdout:Resetting modules: 2024-02-20T00:08:03.177 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools 2024-02-20T00:08:03.177 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:08:03.177 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-02-20T00:08:03.177 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-20T00:08:03.177 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:08:03.207 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-02-20T00:08:03.209 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-20T00:08:03.209 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-02-20T00:08:03.209 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-20T00:08:03.209 INFO:teuthology.orchestra.run.smithi148.stdout:Resetting modules: 2024-02-20T00:08:03.209 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools 2024-02-20T00:08:03.209 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-20T00:08:03.209 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-02-20T00:08:03.209 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-20T00:08:03.209 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-20T00:08:03.429 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-02-20T00:08:03.460 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-02-20T00:08:04.266 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:01:24 ago on Tue 20 Feb 2024 12:06:40 AM UTC. 2024-02-20T00:08:04.340 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:23 ago on Tue 20 Feb 2024 12:06:41 AM UTC. 2024-02-20T00:08:06.283 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-02-20T00:08:06.318 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-20T00:08:06.318 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-02-20T00:08:06.318 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-20T00:08:06.318 INFO:teuthology.orchestra.run.smithi110.stdout:Installing group/module packages: 2024-02-20T00:08:06.318 INFO:teuthology.orchestra.run.smithi110.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-20T00:08:06.318 INFO:teuthology.orchestra.run.smithi110.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-20T00:08:06.318 INFO:teuthology.orchestra.run.smithi110.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-20T00:08:06.318 INFO:teuthology.orchestra.run.smithi110.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-20T00:08:06.318 INFO:teuthology.orchestra.run.smithi110.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-20T00:08:06.318 INFO:teuthology.orchestra.run.smithi110.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-20T00:08:06.318 INFO:teuthology.orchestra.run.smithi110.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-20T00:08:06.318 INFO:teuthology.orchestra.run.smithi110.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-20T00:08:06.318 INFO:teuthology.orchestra.run.smithi110.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout:Installing weak dependencies: 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout:Installing module profiles: 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools/common 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout:Enabling module streams: 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools rhel8 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout:Install 13 Packages 2024-02-20T00:08:06.319 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:08:06.320 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 28 M 2024-02-20T00:08:06.320 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 92 M 2024-02-20T00:08:06.320 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-02-20T00:08:06.396 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-02-20T00:08:06.431 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-20T00:08:06.431 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-02-20T00:08:06.431 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-20T00:08:06.431 INFO:teuthology.orchestra.run.smithi148.stdout:Installing group/module packages: 2024-02-20T00:08:06.431 INFO:teuthology.orchestra.run.smithi148.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-20T00:08:06.431 INFO:teuthology.orchestra.run.smithi148.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-20T00:08:06.431 INFO:teuthology.orchestra.run.smithi148.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-20T00:08:06.431 INFO:teuthology.orchestra.run.smithi148.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-20T00:08:06.431 INFO:teuthology.orchestra.run.smithi148.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout:Installing weak dependencies: 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout:Installing module profiles: 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools/common 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-20T00:08:06.432 INFO:teuthology.orchestra.run.smithi148.stdout:Enabling module streams: 2024-02-20T00:08:06.433 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools rhel8 2024-02-20T00:08:06.433 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-20T00:08:06.433 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-02-20T00:08:06.433 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-20T00:08:06.433 INFO:teuthology.orchestra.run.smithi148.stdout:Install 13 Packages 2024-02-20T00:08:06.433 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-20T00:08:06.433 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 28 M 2024-02-20T00:08:06.433 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 92 M 2024-02-20T00:08:06.434 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-02-20T00:08:06.630 INFO:teuthology.orchestra.run.smithi148.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 4.5 MB/s | 688 kB 00:00 2024-02-20T00:08:06.642 INFO:teuthology.orchestra.run.smithi110.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 5.0 MB/s | 688 kB 00:00 2024-02-20T00:08:06.672 INFO:teuthology.orchestra.run.smithi148.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 910 kB/s | 38 kB 00:00 2024-02-20T00:08:06.675 INFO:teuthology.orchestra.run.smithi110.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 6.0 MB/s | 1.0 MB 00:00 2024-02-20T00:08:06.692 INFO:teuthology.orchestra.run.smithi110.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 756 kB/s | 38 kB 00:00 2024-02-20T00:08:06.717 INFO:teuthology.orchestra.run.smithi110.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 6.0 MB/s | 257 kB 00:00 2024-02-20T00:08:06.722 INFO:teuthology.orchestra.run.smithi148.stdout:(3/13): crun-1.14-1.module_el8+871+552be958.x86 5.0 MB/s | 257 kB 00:00 2024-02-20T00:08:06.755 INFO:teuthology.orchestra.run.smithi148.stdout:(4/13): aardvark-dns-1.10.0-1.module_el8+871+55 3.6 MB/s | 1.0 MB 00:00 2024-02-20T00:08:06.760 INFO:teuthology.orchestra.run.smithi110.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 4.2 MB/s | 180 kB 00:00 2024-02-20T00:08:06.802 INFO:teuthology.orchestra.run.smithi110.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 592 kB/s | 25 kB 00:00 2024-02-20T00:08:06.877 INFO:teuthology.orchestra.run.smithi110.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2024-02-20T00:08:06.880 INFO:teuthology.orchestra.run.smithi148.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.4 MB/s | 180 kB 00:00 2024-02-20T00:08:06.932 INFO:teuthology.orchestra.run.smithi148.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 495 kB/s | 25 kB 00:00 2024-02-20T00:08:06.973 INFO:teuthology.orchestra.run.smithi148.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2024-02-20T00:08:07.019 INFO:teuthology.orchestra.run.smithi110.stdout:(8/13): netavark-1.10.2-1.module_el8+885+7da147 13 MB/s | 4.3 MB 00:00 2024-02-20T00:08:07.056 INFO:teuthology.orchestra.run.smithi148.stdout:(8/13): netavark-1.10.2-1.module_el8+885+7da147 13 MB/s | 4.3 MB 00:00 2024-02-20T00:08:07.182 INFO:teuthology.orchestra.run.smithi148.stdout:(9/13): buildah-1.33.5-1.module_el8+885+7da147f 14 MB/s | 9.7 MB 00:00 2024-02-20T00:08:07.194 INFO:teuthology.orchestra.run.smithi110.stdout:(9/13): buildah-1.33.5-1.module_el8+885+7da147f 14 MB/s | 9.7 MB 00:00 2024-02-20T00:08:07.241 INFO:teuthology.orchestra.run.smithi148.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 902 kB/s | 53 kB 00:00 2024-02-20T00:08:07.270 INFO:teuthology.orchestra.run.smithi110.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 702 kB/s | 53 kB 00:00 2024-02-20T00:08:07.308 INFO:teuthology.orchestra.run.smithi148.stdout:(11/13): toolbox-0.0.99.5-1.module_el8+847+7863 10 MB/s | 2.5 MB 00:00 2024-02-20T00:08:07.328 INFO:teuthology.orchestra.run.smithi110.stdout:(11/13): toolbox-0.0.99.5-1.module_el8+847+7863 8.2 MB/s | 2.5 MB 00:00 2024-02-20T00:08:07.353 INFO:teuthology.orchestra.run.smithi110.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 490 kB/s | 41 kB 00:00 2024-02-20T00:08:07.384 INFO:teuthology.orchestra.run.smithi148.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 288 kB/s | 41 kB 00:00 2024-02-20T00:08:07.504 INFO:teuthology.orchestra.run.smithi110.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 14 MB/s | 8.8 MB 00:00 2024-02-20T00:08:07.504 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-02-20T00:08:07.504 INFO:teuthology.orchestra.run.smithi110.stdout:Total 23 MB/s | 28 MB 00:01 2024-02-20T00:08:07.773 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-02-20T00:08:07.794 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-02-20T00:08:07.794 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-02-20T00:08:07.925 INFO:teuthology.orchestra.run.smithi148.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 9.3 MB/s | 8.8 MB 00:00 2024-02-20T00:08:07.925 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-02-20T00:08:07.925 INFO:teuthology.orchestra.run.smithi148.stdout:Total 19 MB/s | 28 MB 00:01 2024-02-20T00:08:08.025 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-02-20T00:08:08.028 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-02-20T00:08:08.194 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-02-20T00:08:08.215 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-02-20T00:08:08.215 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-02-20T00:08:08.449 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-02-20T00:08:08.452 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-02-20T00:08:08.744 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-02-20T00:08:09.163 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-02-20T00:08:09.718 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-20T00:08:09.912 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-20T00:08:10.091 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-20T00:08:10.110 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-20T00:08:10.282 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-20T00:08:10.328 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-20T00:08:10.473 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-20T00:08:10.506 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-20T00:08:10.693 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-20T00:08:10.934 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-20T00:08:11.071 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-20T00:08:11.513 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-20T00:08:12.064 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-20T00:08:12.291 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-20T00:08:12.509 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-20T00:08:12.527 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-20T00:08:12.755 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-20T00:08:12.966 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-20T00:08:12.973 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-20T00:08:13.207 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-20T00:08:13.383 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-20T00:08:13.479 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-20T00:08:13.587 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-20T00:08:13.707 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-20T00:08:13.834 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-20T00:08:14.022 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-20T00:08:14.127 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-20T00:08:14.127 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-20T00:08:14.127 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-20T00:08:14.127 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-20T00:08:14.127 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-20T00:08:14.127 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-20T00:08:14.128 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-20T00:08:14.128 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-20T00:08:14.128 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-20T00:08:14.128 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-20T00:08:14.128 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-20T00:08:14.128 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-20T00:08:14.128 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-20T00:08:14.435 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-20T00:08:14.436 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-20T00:08:14.436 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-20T00:08:14.436 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-20T00:08:14.436 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-20T00:08:14.436 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-20T00:08:14.436 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-20T00:08:14.436 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-20T00:08:14.436 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-20T00:08:14.436 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-20T00:08:14.436 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-20T00:08:14.436 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-20T00:08:14.436 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-20T00:08:14.655 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-20T00:08:14.655 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:08:14.655 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-02-20T00:08:14.655 INFO:teuthology.orchestra.run.smithi110.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-20T00:08:14.655 INFO:teuthology.orchestra.run.smithi110.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-20T00:08:14.655 INFO:teuthology.orchestra.run.smithi110.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-20T00:08:14.655 INFO:teuthology.orchestra.run.smithi110.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-20T00:08:14.655 INFO:teuthology.orchestra.run.smithi110.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-20T00:08:14.656 INFO:teuthology.orchestra.run.smithi110.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-20T00:08:14.656 INFO:teuthology.orchestra.run.smithi110.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-20T00:08:14.656 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-20T00:08:14.656 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-20T00:08:14.656 INFO:teuthology.orchestra.run.smithi110.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-20T00:08:14.656 INFO:teuthology.orchestra.run.smithi110.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-20T00:08:14.656 INFO:teuthology.orchestra.run.smithi110.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-20T00:08:14.656 INFO:teuthology.orchestra.run.smithi110.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-20T00:08:14.656 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:08:14.656 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-02-20T00:08:14.976 DEBUG:teuthology.parallel:result is None 2024-02-20T00:08:14.985 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-20T00:08:14.985 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-20T00:08:14.985 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-02-20T00:08:14.985 INFO:teuthology.orchestra.run.smithi148.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-20T00:08:14.985 INFO:teuthology.orchestra.run.smithi148.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-20T00:08:14.985 INFO:teuthology.orchestra.run.smithi148.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-20T00:08:14.985 INFO:teuthology.orchestra.run.smithi148.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-20T00:08:14.985 INFO:teuthology.orchestra.run.smithi148.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-20T00:08:14.985 INFO:teuthology.orchestra.run.smithi148.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-20T00:08:14.985 INFO:teuthology.orchestra.run.smithi148.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-20T00:08:14.985 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-20T00:08:14.985 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-20T00:08:14.985 INFO:teuthology.orchestra.run.smithi148.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-20T00:08:14.986 INFO:teuthology.orchestra.run.smithi148.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-20T00:08:14.986 INFO:teuthology.orchestra.run.smithi148.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-20T00:08:14.986 INFO:teuthology.orchestra.run.smithi148.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-20T00:08:14.986 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-20T00:08:14.986 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-02-20T00:08:15.224 DEBUG:teuthology.parallel:result is None 2024-02-20T00:08:15.224 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-20T00:08:15.293 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': '19854089e18d4f65dda2b6cd74e737367c2514bd'} 2024-02-20T00:08:15.293 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15 2024-02-20T00:08:15.293 INFO:tasks.cephadm:Cluster fsid is 24abccd8-cf84-11ee-95bb-87774f69a715 2024-02-20T00:08:15.293 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-20T00:08:15.293 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-20T00:08:15.294 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi110': '172.21.15.110', 'mon.smithi148': '172.21.15.148'} 2024-02-20T00:08:15.294 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-20T00:08:15.294 DEBUG:teuthology.orchestra.run.smithi110:> sudo hostname $(hostname -s) 2024-02-20T00:08:15.321 DEBUG:teuthology.orchestra.run.smithi148:> sudo hostname $(hostname -s) 2024-02-20T00:08:15.349 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2024-02-20T00:08:15.350 DEBUG:teuthology.orchestra.run.smithi110:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-20T00:08:15.606 INFO:teuthology.orchestra.run.smithi110.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Feb 20 00:08 /home/ubuntu/cephtest/cephadm 2024-02-20T00:08:15.607 DEBUG:teuthology.orchestra.run.smithi148:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-20T00:08:15.832 INFO:teuthology.orchestra.run.smithi148.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Feb 20 00:08 /home/ubuntu/cephtest/cephadm 2024-02-20T00:08:15.832 DEBUG:teuthology.orchestra.run.smithi110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-20T00:08:15.850 DEBUG:teuthology.orchestra.run.smithi148:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-20T00:08:15.877 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2024-02-20T00:08:15.919 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /etc/ceph 2024-02-20T00:08:15.946 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 777 /etc/ceph 2024-02-20T00:08:15.987 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 777 /etc/ceph 2024-02-20T00:08:16.014 INFO:tasks.cephadm:Writing seed config... 2024-02-20T00:08:16.015 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-20T00:08:16.015 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-20T00:08:16.015 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-20T00:08:16.015 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-20T00:08:16.015 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-20T00:08:16.015 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-20T00:08:16.015 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-20T00:08:16.015 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-20T00:08:16.016 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-02-20T00:08:16.016 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-20T00:08:16.045 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 24abccd8-cf84-11ee-95bb-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-20T00:08:16.045 DEBUG:teuthology.orchestra.run.smithi110:mon.smithi110> sudo journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi110.service 2024-02-20T00:08:16.087 INFO:tasks.cephadm:Bootstrapping... 2024-02-20T00:08:16.088 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 -v bootstrap --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.110 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:08:16.113 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:-- Logs begin at Tue 2024-02-20 00:01:02 UTC. -- 2024-02-20T00:08:16.246 INFO:teuthology.orchestra.run.smithi110.stderr:container_init=False 2024-02-20T00:08:16.246 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying podman|docker is present... 2024-02-20T00:08:16.246 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying lvm2 is present... 2024-02-20T00:08:16.246 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying time synchronization is in place... 2024-02-20T00:08:16.246 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled chrony.service 2024-02-20T00:08:16.252 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-20T00:08:16.252 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active chrony.service 2024-02-20T00:08:16.257 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout inactive 2024-02-20T00:08:16.257 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-20T00:08:16.262 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout enabled 2024-02-20T00:08:16.262 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active chronyd.service 2024-02-20T00:08:16.268 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout active 2024-02-20T00:08:16.268 INFO:teuthology.orchestra.run.smithi110.stderr:Unit chronyd.service is enabled and running 2024-02-20T00:08:16.268 INFO:teuthology.orchestra.run.smithi110.stderr:Repeating the final host check... 2024-02-20T00:08:16.268 INFO:teuthology.orchestra.run.smithi110.stderr:podman|docker (/bin/podman) is present 2024-02-20T00:08:16.268 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl is present 2024-02-20T00:08:16.268 INFO:teuthology.orchestra.run.smithi110.stderr:lvcreate is present 2024-02-20T00:08:16.268 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled chrony.service 2024-02-20T00:08:16.272 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-20T00:08:16.273 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active chrony.service 2024-02-20T00:08:16.277 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout inactive 2024-02-20T00:08:16.277 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-20T00:08:16.282 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout enabled 2024-02-20T00:08:16.282 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active chronyd.service 2024-02-20T00:08:16.287 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout active 2024-02-20T00:08:16.287 INFO:teuthology.orchestra.run.smithi110.stderr:Unit chronyd.service is enabled and running 2024-02-20T00:08:16.287 INFO:teuthology.orchestra.run.smithi110.stderr:Host looks OK 2024-02-20T00:08:16.287 INFO:teuthology.orchestra.run.smithi110.stderr:Cluster fsid: 24abccd8-cf84-11ee-95bb-87774f69a715 2024-02-20T00:08:16.288 INFO:teuthology.orchestra.run.smithi110.stderr:Acquiring lock 139640678371848 on /run/cephadm/24abccd8-cf84-11ee-95bb-87774f69a715.lock 2024-02-20T00:08:16.288 INFO:teuthology.orchestra.run.smithi110.stderr:Lock 139640678371848 acquired on /run/cephadm/24abccd8-cf84-11ee-95bb-87774f69a715.lock 2024-02-20T00:08:16.288 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying IP 172.21.15.110 port 3300 ... 2024-02-20T00:08:16.288 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying IP 172.21.15.110 port 6789 ... 2024-02-20T00:08:16.289 INFO:teuthology.orchestra.run.smithi110.stderr:Base mon IP is 172.21.15.110, final addrv is [v2:172.21.15.110:3300,v1:172.21.15.110:6789] 2024-02-20T00:08:16.289 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /sbin/ip route ls 2024-02-20T00:08:16.290 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.110 metric 100 2024-02-20T00:08:16.290 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.110 metric 100 2024-02-20T00:08:16.290 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /sbin/ip -6 route ls 2024-02-20T00:08:16.292 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-20T00:08:16.293 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-20T00:08:16.293 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-02-20T00:08:16.293 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /sbin/ip -6 addr ls 2024-02-20T00:08:16.295 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-20T00:08:16.295 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-20T00:08:16.295 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-20T00:08:16.295 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-20T00:08:16.295 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:cc35/64 scope link 2024-02-20T00:08:16.295 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-20T00:08:16.295 INFO:teuthology.orchestra.run.smithi110.stderr:Mon IP 172.21.15.110 is in CIDR network 172.21.0.0/20 2024-02-20T00:08:16.296 INFO:teuthology.orchestra.run.smithi110.stderr:Pulling container image docker.io/ceph/ceph:v15... 2024-02-20T00:08:16.296 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v15 2024-02-20T00:08:18.127 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: stderr Trying to pull docker.io/ceph/ceph:v15... 2024-02-20T00:08:25.011 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: stderr Getting image source signatures 2024-02-20T00:08:25.020 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: stderr Copying blob sha256:731c3beff4deece7d4e54bc26ecf6d99988b19ea8414524277d83bc5a5d6eb70 2024-02-20T00:08:25.020 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: stderr Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-20T00:08:36.435 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: stderr Copying config sha256:2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-02-20T00:08:36.586 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: stderr Writing manifest to image destination 2024-02-20T00:08:36.911 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: stdout 2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-02-20T00:08:36.928 INFO:teuthology.orchestra.run.smithi110.stderr:Extracting ceph user uid/gid from container image... 2024-02-20T00:08:36.928 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi110 docker.io/ceph/ceph:v15 -c %u %g /var/lib/ceph 2024-02-20T00:08:37.601 INFO:teuthology.orchestra.run.smithi110.stderr:stat: stdout 167 167 2024-02-20T00:08:38.097 INFO:teuthology.orchestra.run.smithi110.stderr:Creating initial keys... 2024-02-20T00:08:38.097 INFO:teuthology.orchestra.run.smithi110.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=smithi110 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-20T00:08:38.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-authtool: stdout AQCG7dNliZFQHxAAvMTlXfwBf4wOeyoEE01gWQ== 2024-02-20T00:08:39.200 INFO:teuthology.orchestra.run.smithi110.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=smithi110 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-20T00:08:39.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-authtool: stdout AQCH7dNleHepJxAADrddS7lS95ilg4zljn60iw== 2024-02-20T00:08:40.282 INFO:teuthology.orchestra.run.smithi110.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=smithi110 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-20T00:08:40.853 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-authtool: stdout AQCI7dNlE8+MLBAAOGiSsr6yjN4vG8mRapTNEw== 2024-02-20T00:08:41.439 INFO:teuthology.orchestra.run.smithi110.stderr:Creating initial monmap... 2024-02-20T00:08:41.440 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /tmp/ceph-tmpqenif1ci:/tmp/monmap:z docker.io/ceph/ceph:v15 --create --clobber --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 --addv smithi110 [v2:172.21.15.110:3300,v1:172.21.15.110:6789] /tmp/monmap 2024-02-20T00:08:41.959 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-20T00:08:41.960 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 24abccd8-cf84-11ee-95bb-87774f69a715 2024-02-20T00:08:41.960 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-20T00:08:42.513 INFO:teuthology.orchestra.run.smithi110.stderr:Creating mon... 2024-02-20T00:08:42.514 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110:/var/lib/ceph/mon/ceph-smithi110:z -v /tmp/ceph-tmpavlh_yr1:/tmp/keyring:z -v /tmp/ceph-tmpqenif1ci:/tmp/monmap:z docker.io/ceph/ceph:v15 --mkfs -i smithi110 --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-02-20T00:08:43.094 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.974+0000 7f0d33c696c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.974+0000 7f0d33c696c0 1 imported monmap: 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr epoch 0 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr fsid 24abccd8-cf84-11ee-95bb-87774f69a715 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr last_changed 2024-02-20T00:08:41.884068+0000 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr created 2024-02-20T00:08:41.884068+0000 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.smithi110 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.974+0000 7f0d33c696c0 0 /usr/bin/ceph-mon: set fsid to 24abccd8-cf84-11ee-95bb-87774f69a715 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 0 set rocksdb option compression = kNoCompression 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 0 set rocksdb option compression = kNoCompression 2024-02-20T00:08:43.095 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: RocksDB version: 6.1.2 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Compile date May 26 2021 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: DB SUMMARY 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi110/store.db dir, Total Num: 0, files: 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi110/store.db: 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.error_if_exists: 0 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.create_if_missing: 1 2024-02-20T00:08:43.096 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.paranoid_checks: 1 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.env: 0x5568b91351c0 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.info_log: 0x5568bb6f7620 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.statistics: (nil) 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.use_fsync: 0 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.max_log_file_size: 0 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.allow_fallocate: 1 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.use_direct_reads: 0 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.create_missing_column_families: 0 2024-02-20T00:08:43.097 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.db_log_dir: 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi110/store.db 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.max_subcompactions: 1 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.max_background_flushes: -1 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.advise_random_on_open: 1 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.write_buffer_manager: 0x5568bb730660 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.rate_limiter: (nil) 2024-02-20T00:08:43.098 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.row_cache: None 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.wal_filter: None 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.preserve_deletes: 0 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.two_write_queues: 0 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.manual_wal_flush: 0 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.atomic_flush: 0 2024-02-20T00:08:43.099 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-20T00:08:43.100 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.max_background_jobs: 2 2024-02-20T00:08:43.100 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.max_background_compactions: -1 2024-02-20T00:08:43.100 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-20T00:08:43.100 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-20T00:08:43.100 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-20T00:08:43.100 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.max_total_wal_size: 0 2024-02-20T00:08:43.101 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-20T00:08:43.101 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-20T00:08:43.101 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-20T00:08:43.101 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-20T00:08:43.101 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.max_open_files: -1 2024-02-20T00:08:43.101 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.bytes_per_sync: 0 2024-02-20T00:08:43.101 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-20T00:08:43.102 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-20T00:08:43.102 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Compression algorithms supported: 2024-02-20T00:08:43.102 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-20T00:08:43.102 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: kZSTD supported: 0 2024-02-20T00:08:43.102 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: kXpressCompression supported: 0 2024-02-20T00:08:43.102 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-20T00:08:43.103 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: kLZ4Compression supported: 1 2024-02-20T00:08:43.103 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: kBZip2Compression supported: 0 2024-02-20T00:08:43.103 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: kZlibCompression supported: 1 2024-02-20T00:08:43.103 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: kSnappyCompression supported: 1 2024-02-20T00:08:43.103 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-20T00:08:43.103 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.975+0000 7f0d33c696c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-02-20T00:08:43.103 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.104 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000001 2024-02-20T00:08:43.104 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.104 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-02-20T00:08:43.104 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.104 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-20T00:08:43.104 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.merge_operator: 2024-02-20T00:08:43.105 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compaction_filter: None 2024-02-20T00:08:43.105 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compaction_filter_factory: None 2024-02-20T00:08:43.105 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-20T00:08:43.105 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-20T00:08:43.105 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5568bb68f2b0) 2024-02-20T00:08:43.105 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-02-20T00:08:43.106 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-02-20T00:08:43.106 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-20T00:08:43.106 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-02-20T00:08:43.106 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2024-02-20T00:08:43.106 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-02-20T00:08:43.106 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-02-20T00:08:43.107 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2024-02-20T00:08:43.107 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2024-02-20T00:08:43.107 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-02-20T00:08:43.107 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x5568bb6c4510 2024-02-20T00:08:43.107 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-02-20T00:08:43.107 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2024-02-20T00:08:43.107 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-02-20T00:08:43.108 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-02-20T00:08:43.108 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-02-20T00:08:43.108 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-02-20T00:08:43.108 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-02-20T00:08:43.108 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-02-20T00:08:43.108 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2024-02-20T00:08:43.108 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-02-20T00:08:43.109 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-02-20T00:08:43.109 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-02-20T00:08:43.109 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-02-20T00:08:43.109 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-02-20T00:08:43.109 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-02-20T00:08:43.109 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-02-20T00:08:43.109 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-02-20T00:08:43.110 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-02-20T00:08:43.110 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-02-20T00:08:43.110 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2024-02-20T00:08:43.110 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-02-20T00:08:43.110 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2024-02-20T00:08:43.110 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.110 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-20T00:08:43.111 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-20T00:08:43.111 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compression: NoCompression 2024-02-20T00:08:43.111 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-20T00:08:43.111 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-20T00:08:43.111 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-20T00:08:43.111 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.num_levels: 7 2024-02-20T00:08:43.111 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-20T00:08:43.111 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-20T00:08:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-20T00:08:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-20T00:08:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-20T00:08:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-20T00:08:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:08:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-20T00:08:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-20T00:08:43.113 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compression_opts.level: 32767 2024-02-20T00:08:43.113 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-20T00:08:43.113 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-20T00:08:43.113 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-20T00:08:43.113 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compression_opts.enabled: false 2024-02-20T00:08:43.113 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-20T00:08:43.113 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-20T00:08:43.113 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-20T00:08:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-20T00:08:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-20T00:08:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-20T00:08:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-20T00:08:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-20T00:08:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-20T00:08:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-20T00:08:43.115 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-20T00:08:43.115 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-20T00:08:43.115 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-20T00:08:43.115 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-20T00:08:43.115 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-20T00:08:43.115 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-20T00:08:43.115 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-20T00:08:43.116 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.arena_block_size: 4194304 2024-02-20T00:08:43.116 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-20T00:08:43.116 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-20T00:08:43.116 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-20T00:08:43.116 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-20T00:08:43.116 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-20T00:08:43.117 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-20T00:08:43.117 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-20T00:08:43.117 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-20T00:08:43.117 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-20T00:08:43.117 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-20T00:08:43.117 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-20T00:08:43.117 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-20T00:08:43.117 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-20T00:08:43.117 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-20T00:08:43.118 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.table_properties_collectors: 2024-02-20T00:08:43.118 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.inplace_update_support: 0 2024-02-20T00:08:43.118 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-20T00:08:43.118 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-20T00:08:43.118 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-20T00:08:43.118 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-20T00:08:43.118 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.bloom_locality: 0 2024-02-20T00:08:43.118 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.max_successive_merges: 0 2024-02-20T00:08:43.119 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-20T00:08:43.119 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-20T00:08:43.119 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.force_consistency_checks: 0 2024-02-20T00:08:43.119 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-20T00:08:43.119 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.976+0000 7f0d33c696c0 4 rocksdb: Options.ttl: 0 2024-02-20T00:08:43.119 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.977+0000 7f0d33c696c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-20T00:08:43.119 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.120 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.977+0000 7f0d33c696c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-02-20T00:08:43.120 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.120 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.978+0000 7f0d33c696c0 4 rocksdb: DB pointer 0x5568bc2ef200 2024-02-20T00:08:43.120 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.978+0000 7f0d1cb50700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-02-20T00:08:43.120 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.978+0000 7f0d1cb50700 4 rocksdb: [db/db_impl.cc:778] 2024-02-20T00:08:43.120 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-02-20T00:08:43.121 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:08:43.121 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-20T00:08:43.121 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-20T00:08:43.121 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:08:43.121 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-20T00:08:43.121 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-20T00:08:43.121 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-20T00:08:43.122 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.122 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-20T00:08:43.122 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:08:43.122 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:08:43.122 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:08:43.122 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:08:43.122 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.122 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-20T00:08:43.122 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:08:43.123 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:08:43.123 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:08:43.123 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:08:43.123 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:08:43.123 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:08:43.123 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:08:43.123 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:08:43.123 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:08:43.124 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:08:43.124 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:08:43.124 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.124 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:08:43.124 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.124 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-20T00:08:43.125 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:08:43.125 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:08:43.125 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:08:43.125 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-20T00:08:43.125 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.125 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-20T00:08:43.126 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-20T00:08:43.126 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-20T00:08:43.126 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-20T00:08:43.126 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-20T00:08:43.126 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-20T00:08:43.126 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-20T00:08:43.126 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-20T00:08:43.127 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-20T00:08:43.127 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:08:43.127 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-20T00:08:43.127 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-20T00:08:43.127 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.127 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-20T00:08:43.127 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr 2024-02-20T00:08:43.127 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.979+0000 7f0d33c696c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-02-20T00:08:43.127 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.979+0000 7f0d33c696c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-02-20T00:08:43.127 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-20T00:08:42.979+0000 7f0d33c696c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi110 for mon.smithi110 2024-02-20T00:08:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/24abccd8-cf84-11ee-95bb-87774f69a715 2024-02-20T00:08:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl disable ceph.target 2024-02-20T00:08:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl enable ceph.target 2024-02-20T00:08:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-20T00:08:43.811 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl start ceph.target 2024-02-20T00:08:43.818 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl enable ceph-24abccd8-cf84-11ee-95bb-87774f69a715.target 2024-02-20T00:08:43.824 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-24abccd8-cf84-11ee-95bb-87774f69a715.target → /etc/systemd/system/ceph-24abccd8-cf84-11ee-95bb-87774f69a715.target. 2024-02-20T00:08:43.824 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-24abccd8-cf84-11ee-95bb-87774f69a715.target → /etc/systemd/system/ceph-24abccd8-cf84-11ee-95bb-87774f69a715.target. 2024-02-20T00:08:43.900 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715.target 2024-02-20T00:08:43.911 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl daemon-reload 2024-02-20T00:08:43.995 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl stop ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi110 2024-02-20T00:08:44.017 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl reset-failed ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi110 2024-02-20T00:08:44.022 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stderr Failed to reset failed state of unit ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi110.service: Unit ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi110.service not loaded. 2024-02-20T00:08:44.022 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl enable ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi110 2024-02-20T00:08:44.027 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-24abccd8-cf84-11ee-95bb-87774f69a715.target.wants/ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi110.service → /etc/systemd/system/ceph-24abccd8-cf84-11ee-95bb-87774f69a715@.service. 2024-02-20T00:08:44.105 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi110 2024-02-20T00:08:44.627 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-20T00:08:44.634 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout disabled 2024-02-20T00:08:44.635 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active firewalld.service 2024-02-20T00:08:44.641 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout inactive 2024-02-20T00:08:44.641 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2024-02-20T00:08:44.641 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to enable service . firewalld.service is not available 2024-02-20T00:08:44.641 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-20T00:08:44.642 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mon to start... 2024-02-20T00:08:44.642 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mon... 2024-02-20T00:08:44.642 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110:/var/lib/ceph/mon/ceph-smithi110:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status 2024-02-20T00:08:44.890 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Feb 20 00:08:44 smithi110 bash[33885]: 5b4fb5ca0df594e7457598df181ac455bbf5071a5e7455283b65baacd894837d 2024-02-20T00:08:44.890 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Feb 20 00:08:44 smithi110 systemd[1]: Started Ceph mon.smithi110 for 24abccd8-cf84-11ee-95bb-87774f69a715. 2024-02-20T00:08:45.233 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout cluster: 2024-02-20T00:08:45.233 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout id: 24abccd8-cf84-11ee-95bb-87774f69a715 2024-02-20T00:08:45.233 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-20T00:08:45.233 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout 2024-02-20T00:08:45.233 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout services: 2024-02-20T00:08:45.233 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi110 (age 0.654088s) 2024-02-20T00:08:45.233 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-20T00:08:45.233 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-20T00:08:45.233 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout 2024-02-20T00:08:45.233 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout data: 2024-02-20T00:08:45.233 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-20T00:08:45.233 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-20T00:08:45.234 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-20T00:08:45.234 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout pgs: 2024-02-20T00:08:45.234 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout 2024-02-20T00:08:45.890 INFO:teuthology.orchestra.run.smithi110.stderr:mon is available 2024-02-20T00:08:45.890 INFO:teuthology.orchestra.run.smithi110.stderr:Assimilating anything we can from ceph.conf... 2024-02-20T00:08:45.890 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z -v /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110:/var/lib/ceph/mon/ceph-smithi110:z docker.io/ceph/ceph:v15 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi110/config 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout [global] 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout fsid = 24abccd8-cf84-11ee-95bb-87774f69a715 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout log_to_journald = false 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.110:3300,v1:172.21.15.110:6789] 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout [mgr] 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout 2024-02-20T00:08:46.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout [osd] 2024-02-20T00:08:46.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-20T00:08:46.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2024-02-20T00:08:46.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-20T00:08:47.063 INFO:teuthology.orchestra.run.smithi110.stderr:Generating new minimal ceph.conf... 2024-02-20T00:08:47.063 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z -v /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110:/var/lib/ceph/mon/ceph-smithi110:z docker.io/ceph/ceph:v15 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi110/config 2024-02-20T00:08:48.280 INFO:teuthology.orchestra.run.smithi110.stderr:Restarting the monitor... 2024-02-20T00:08:48.280 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl restart ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi110 2024-02-20T00:08:48.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Feb 20 00:08:48 smithi110 systemd[1]: Stopping Ceph mon.smithi110 for 24abccd8-cf84-11ee-95bb-87774f69a715... 2024-02-20T00:08:49.631 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Feb 20 00:08:49 smithi110 podman[34217]: ceph-24abccd8-cf84-11ee-95bb-87774f69a715-mon.smithi110 2024-02-20T00:08:49.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Feb 20 00:08:49 smithi110 systemd[1]: ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi110.service: Succeeded. 2024-02-20T00:08:49.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Feb 20 00:08:49 smithi110 systemd[1]: Stopped Ceph mon.smithi110 for 24abccd8-cf84-11ee-95bb-87774f69a715. 2024-02-20T00:08:49.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Feb 20 00:08:49 smithi110 systemd[1]: Starting Ceph mon.smithi110 for 24abccd8-cf84-11ee-95bb-87774f69a715... 2024-02-20T00:08:50.205 INFO:teuthology.orchestra.run.smithi110.stderr:Setting mon public_network... 2024-02-20T00:08:50.205 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mon public_network 172.21.0.0/20 2024-02-20T00:08:50.477 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Feb 20 00:08:50 smithi110 bash[34287]: ae07db84ba4ef5fcd056217a5b62c4db70c5b17d16af84d3e663441ed226aa7e 2024-02-20T00:08:50.477 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Feb 20 00:08:50 smithi110 systemd[1]: Started Ceph mon.smithi110 for 24abccd8-cf84-11ee-95bb-87774f69a715. 2024-02-20T00:08:51.369 INFO:teuthology.orchestra.run.smithi110.stderr:Creating mgr... 2024-02-20T00:08:51.370 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying port 9283 ... 2024-02-20T00:08:51.372 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl daemon-reload 2024-02-20T00:08:51.463 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl stop ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mgr.smithi110.ysrpex 2024-02-20T00:08:51.490 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl reset-failed ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mgr.smithi110.ysrpex 2024-02-20T00:08:51.496 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stderr Failed to reset failed state of unit ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mgr.smithi110.ysrpex.service: Unit ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mgr.smithi110.ysrpex.service not loaded. 2024-02-20T00:08:51.496 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl enable ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mgr.smithi110.ysrpex 2024-02-20T00:08:51.502 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-24abccd8-cf84-11ee-95bb-87774f69a715.target.wants/ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mgr.smithi110.ysrpex.service → /etc/systemd/system/ceph-24abccd8-cf84-11ee-95bb-87774f69a715@.service. 2024-02-20T00:08:51.581 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mgr.smithi110.ysrpex 2024-02-20T00:08:52.217 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-20T00:08:52.224 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout disabled 2024-02-20T00:08:52.225 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active firewalld.service 2024-02-20T00:08:52.231 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout inactive 2024-02-20T00:08:52.232 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2024-02-20T00:08:52.232 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to enable service . firewalld.service is not available 2024-02-20T00:08:52.232 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-20T00:08:52.232 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-20T00:08:52.238 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout disabled 2024-02-20T00:08:52.239 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active firewalld.service 2024-02-20T00:08:52.245 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout inactive 2024-02-20T00:08:52.246 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2024-02-20T00:08:52.246 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-20T00:08:52.247 INFO:teuthology.orchestra.run.smithi110.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:08:52.247 INFO:teuthology.orchestra.run.smithi110.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-20T00:08:52.247 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr to start... 2024-02-20T00:08:52.247 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr... 2024-02-20T00:08:52.247 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-20T00:08:52.895 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout 2024-02-20T00:08:52.895 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:08:52.895 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "fsid": "24abccd8-cf84-11ee-95bb-87774f69a715", 2024-02-20T00:08:52.895 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "health": { 2024-02-20T00:08:52.895 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-20T00:08:52.895 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-20T00:08:52.895 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-20T00:08:52.896 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:52.896 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-20T00:08:52.896 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-20T00:08:52.896 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout 0 2024-02-20T00:08:52.896 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:08:52.896 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-20T00:08:52.896 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smithi110" 2024-02-20T00:08:52.896 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:08:52.896 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "quorum_age": 2, 2024-02-20T00:08:52.896 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-20T00:08:52.897 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-20T00:08:52.897 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-20T00:08:52.897 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-20T00:08:52.897 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:52.897 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-20T00:08:52.897 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-20T00:08:52.897 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-20T00:08:52.897 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-20T00:08:52.897 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-20T00:08:52.897 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-20T00:08:52.897 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-20T00:08:52.901 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "available": false, 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "restful" 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-20T00:08:52.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "modified": "2024-02-20T00:08:44.576392+0000", 2024-02-20T00:08:52.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-20T00:08:52.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:52.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-20T00:08:52.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:08:53.530 INFO:teuthology.orchestra.run.smithi110.stderr:mgr not available, waiting (1/10)... 2024-02-20T00:08:54.531 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-20T00:08:55.164 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout 2024-02-20T00:08:55.164 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:08:55.164 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "fsid": "24abccd8-cf84-11ee-95bb-87774f69a715", 2024-02-20T00:08:55.164 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "health": { 2024-02-20T00:08:55.164 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-20T00:08:55.164 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-20T00:08:55.164 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout 0 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smithi110" 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "quorum_age": 5, 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-20T00:08:55.165 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-20T00:08:55.166 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "available": false, 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "restful" 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:08:55.167 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-20T00:08:55.168 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:55.168 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-20T00:08:55.168 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-20T00:08:55.168 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "modified": "2024-02-20T00:08:44.576392+0000", 2024-02-20T00:08:55.168 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-20T00:08:55.168 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:55.168 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-20T00:08:55.168 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:08:55.771 INFO:teuthology.orchestra.run.smithi110.stderr:mgr not available, waiting (2/10)... 2024-02-20T00:08:56.772 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-20T00:08:57.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "fsid": "24abccd8-cf84-11ee-95bb-87774f69a715", 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "health": { 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout 0 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smithi110" 2024-02-20T00:08:57.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "quorum_age": 7, 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-20T00:08:57.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-20T00:08:57.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "restful" 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "modified": "2024-02-20T00:08:44.576392+0000", 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-20T00:08:57.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:08:58.145 INFO:teuthology.orchestra.run.smithi110.stderr:mgr is available 2024-02-20T00:08:58.145 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config-key set mgr/cephadm/ssh_user root 2024-02-20T00:08:58.898 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2024-02-20T00:09:00.866 INFO:teuthology.orchestra.run.smithi110.stderr:Enabling cephadm module... 2024-02-20T00:09:00.866 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable cephadm 2024-02-20T00:09:08.381 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-02-20T00:09:10.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:10.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 8, 2024-02-20T00:09:10.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_gid": 14116, 2024-02-20T00:09:10.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_name": "smithi110.ysrpex", 2024-02-20T00:09:10.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-02-20T00:09:10.902 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-20T00:09:10.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:10.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-20T00:09:10.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.110:6800", 2024-02-20T00:09:10.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "nonce": 2516704988 2024-02-20T00:09:10.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:10.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:10.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-02-20T00:09:10.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.110:6801", 2024-02-20T00:09:10.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "nonce": 2516704988 2024-02-20T00:09:10.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:10.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ] 2024-02-20T00:09:10.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:10.903 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.110:6801/2516704988", 2024-02-20T00:09:10.904 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_change": "2024-02-20T00:09:07.413551+0000", 2024-02-20T00:09:10.904 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-02-20T00:09:10.904 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-20T00:09:10.904 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-02-20T00:09:10.904 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-20T00:09:10.904 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-20T00:09:10.904 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-20T00:09:11.289 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "restful" 2024-02-20T00:09:11.289 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.289 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-02-20T00:09:11.289 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.290 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.291 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.292 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.293 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.294 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.295 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.297 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.298 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.299 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.300 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-02-20T00:09:11.301 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active": { 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "active", 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-20T00:09:11.303 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-02-20T00:09:11.304 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "250", 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.305 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-02-20T00:09:11.306 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "end_time": { 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-02-20T00:09:11.307 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-20T00:09:11.308 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.309 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.310 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.312 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min_score": { 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.313 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-02-20T00:09:11.314 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "none", 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "upmap" 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.315 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.316 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-02-20T00:09:11.317 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.318 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-02-20T00:09:11.319 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.320 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.321 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-20T00:09:11.322 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.323 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "container_init": { 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.324 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.325 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-02-20T00:09:11.326 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.327 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.328 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.329 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.330 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.331 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.332 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-02-20T00:09:11.333 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-02-20T00:09:11.334 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "root" 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.335 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-02-20T00:09:11.336 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.337 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.338 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.339 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-20T00:09:11.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.342 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.343 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.344 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.348 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-20T00:09:11.349 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.350 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.351 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-20T00:09:11.352 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.353 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.354 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.355 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.356 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.357 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.358 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-20T00:09:11.360 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.361 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.362 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-02-20T00:09:11.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.364 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.365 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.366 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.367 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.368 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.369 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.370 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.371 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.372 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.373 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.374 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-02-20T00:09:11.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.378 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.379 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug": { 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-02-20T00:09:11.387 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.388 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.389 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.390 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.392 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.395 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.395 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.395 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.395 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.395 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.395 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.395 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.395 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.395 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.395 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.396 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.396 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.396 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.396 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.396 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.396 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.396 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.396 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.397 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-20T00:09:11.398 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.399 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-02-20T00:09:11.400 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "redirect" 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "400", 2024-02-20T00:09:11.401 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "599", 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.402 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.403 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.404 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.405 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.407 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.408 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.409 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.410 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-02-20T00:09:11.411 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.412 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.413 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.414 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.415 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.416 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.417 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.418 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-02-20T00:09:11.419 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.420 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.421 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "database": { 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "database", 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.422 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "hostname": { 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.423 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.424 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.425 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.427 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.428 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "password": { 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "password", 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "port": { 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "port", 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.429 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.430 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "threads": { 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.431 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "username": { 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "username", 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.432 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.433 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.434 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.435 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.436 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.437 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.438 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.439 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.440 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.441 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.442 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.443 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "10", 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.444 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.445 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.446 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.447 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.448 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.449 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.450 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.451 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.452 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.453 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min_size": { 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.455 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.456 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "prefix": { 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.457 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "subtree": { 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.458 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.459 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.461 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.462 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.463 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rook", 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.464 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.465 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.466 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.467 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.468 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.469 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.470 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.471 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.472 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.473 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.474 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.476 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.477 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.478 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-02-20T00:09:11.479 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.481 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.482 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.483 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.484 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.485 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.486 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.487 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.488 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.489 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.490 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.491 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.492 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.493 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.494 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.495 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.496 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.497 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.498 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.499 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.500 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.501 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.502 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.503 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.504 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.505 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.506 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.507 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.508 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-02-20T00:09:11.509 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.510 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.511 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.512 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.513 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "roption1": { 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "roption2": { 2024-02-20T00:09:11.514 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.515 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.517 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-02-20T00:09:11.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "testkey": { 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-02-20T00:09:11.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "status", 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-02-20T00:09:11.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "address": { 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "address", 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "contact": { 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-02-20T00:09:11.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "description": { 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "description", 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "device_url": { 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "8", 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "organization": { 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "proxy": { 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "url": { 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "url", 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-02-20T00:09:11.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "identifier": { 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:11.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:11.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:11.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "services": {}, 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crash", 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "progress", 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "status", 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crash", 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "progress", 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "status", 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "telemetry", 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 2, 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.110:0", 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "nonce": 452548953 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ] 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.110:0", 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "nonce": 3036898477 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ] 2024-02-20T00:09:11.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ] 2024-02-20T00:09:11.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:11.574 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for the mgr to restart... 2024-02-20T00:09:11.575 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for Mgr epoch 8... 2024-02-20T00:09:11.575 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-02-20T00:09:12.084 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:12.084 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 8, 2024-02-20T00:09:12.085 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "initialized": true 2024-02-20T00:09:12.085 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:12.636 INFO:teuthology.orchestra.run.smithi110.stderr:Mgr epoch 8 is available 2024-02-20T00:09:12.636 INFO:teuthology.orchestra.run.smithi110.stderr:Setting orchestrator backend to cephadm... 2024-02-20T00:09:12.636 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch set backend cephadm 2024-02-20T00:09:13.901 INFO:teuthology.orchestra.run.smithi110.stderr:Generating ssh key... 2024-02-20T00:09:13.901 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm generate-key 2024-02-20T00:09:15.685 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm get-pub-key 2024-02-20T00:09:16.426 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCg6Fme2VcKwHEnFh6HZFJ8Xqe8M2L/pMuB4EkypnBylExkz34lUFpeV4NCPFVn4yk4r0LUMqQt4bZsdapxgAOXe0eXcgsRnr6TobEo8E6alJr+YR4m3ClsXVFu/cbrXDzyfzlnP3tgcZPTqDsXvxQ3h80Y0HcTwU5Wq9RA1RhOh0lj5cgqMndTuPHuLUIizMjSjjIjKlA6koDvSOpnK0dnCrmJRWS8isOvJQpXzi74m4kXjdawSgmDz4VKZZUNBdlUVWubyK7lo0dewLL6O7Teo7rlQgFLlHGKzJKp1cXr39oxK3Oastn4vZIcdiAZU2jIDXBwf3BJ2IqG94dEXW+mzviSb4b4tSKcD/bw0JvBTPvA3v5S9eFl+pcxL0KP0A9JVYHXwbETSpYgtYgWgKt+FtbyuK5xpLnpAr6JAp2jRwMJhaP78+wtWCFlgDC30ihj4SzQ0cat+ZMWD1wZWtVXI7JwAsG5+mCzx10SpLuHmy3q90hsJfXMruuNOGlOKOE= ceph-24abccd8-cf84-11ee-95bb-87774f69a715 2024-02-20T00:09:17.016 INFO:teuthology.orchestra.run.smithi110.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-02-20T00:09:17.016 INFO:teuthology.orchestra.run.smithi110.stderr:Adding key to root@localhost's authorized_keys... 2024-02-20T00:09:17.016 INFO:teuthology.orchestra.run.smithi110.stderr:Adding host smithi110... 2024-02-20T00:09:17.016 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch host add smithi110 2024-02-20T00:09:18.179 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout Added host 'smithi110' 2024-02-20T00:09:18.823 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying mon service with default placement... 2024-02-20T00:09:18.823 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mon 2024-02-20T00:09:19.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout Scheduled mon update... 2024-02-20T00:09:20.684 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying mgr service with default placement... 2024-02-20T00:09:20.684 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mgr 2024-02-20T00:09:22.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout Scheduled mgr update... 2024-02-20T00:09:23.040 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying crash service with default placement... 2024-02-20T00:09:23.041 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply crash 2024-02-20T00:09:23.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout Scheduled crash update... 2024-02-20T00:09:24.390 INFO:teuthology.orchestra.run.smithi110.stderr:Enabling mgr prometheus module... 2024-02-20T00:09:24.390 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable prometheus 2024-02-20T00:09:26.430 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying prometheus service with default placement... 2024-02-20T00:09:26.430 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply prometheus 2024-02-20T00:09:30.454 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-02-20T00:09:31.467 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying grafana service with default placement... 2024-02-20T00:09:31.467 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply grafana 2024-02-20T00:09:32.363 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout Scheduled grafana update... 2024-02-20T00:09:33.782 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying node-exporter service with default placement... 2024-02-20T00:09:33.782 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply node-exporter 2024-02-20T00:09:34.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-02-20T00:09:35.274 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying alertmanager service with default placement... 2024-02-20T00:09:35.275 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply alertmanager 2024-02-20T00:09:36.080 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-02-20T00:09:36.748 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/cephadm/container_init False --force 2024-02-20T00:09:38.192 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-20T00:09:39.640 INFO:teuthology.orchestra.run.smithi110.stderr:Enabling the dashboard module... 2024-02-20T00:09:39.640 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable dashboard 2024-02-20T00:09:42.339 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-02-20T00:09:43.111 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.111 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "epoch": 13, 2024-02-20T00:09:43.111 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_gid": 14142, 2024-02-20T00:09:43.111 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_name": "smithi110.ysrpex", 2024-02-20T00:09:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-02-20T00:09:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-20T00:09:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-20T00:09:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.110:6800", 2024-02-20T00:09:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "nonce": 1833827846 2024-02-20T00:09:43.112 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.113 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.110:6801", 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "nonce": 1833827846 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ] 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.110:6801/1833827846", 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_change": "2024-02-20T00:09:29.395604+0000", 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-20T00:09:43.114 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "dashboard", 2024-02-20T00:09:43.131 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-20T00:09:43.131 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "prometheus", 2024-02-20T00:09:43.131 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "restful" 2024-02-20T00:09:43.131 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.131 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.132 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.133 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.134 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.136 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-02-20T00:09:43.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.139 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-02-20T00:09:43.140 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.141 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.142 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.143 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.143 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-02-20T00:09:43.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-02-20T00:09:43.520 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.521 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active": { 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "active", 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.522 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.523 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.524 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "250", 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.525 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.526 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "end_time": { 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-02-20T00:09:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-20T00:09:43.528 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.529 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.530 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.531 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.532 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min_score": { 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-20T00:09:43.533 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.534 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "none", 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "upmap" 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.535 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.536 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.537 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.538 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.539 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.540 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.541 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.542 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.543 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-02-20T00:09:43.544 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "container_init": { 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.545 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.546 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.547 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-02-20T00:09:43.548 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.549 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.550 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.551 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.552 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.553 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.554 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "root" 2024-02-20T00:09:43.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-02-20T00:09:43.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-02-20T00:09:43.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-20T00:09:43.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.576 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.577 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.578 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.579 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.580 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-20T00:09:43.581 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.585 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.586 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.591 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.592 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-20T00:09:43.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-20T00:09:43.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.598 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.599 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.603 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.604 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-02-20T00:09:43.605 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.606 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.607 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.608 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.609 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.610 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-20T00:09:43.611 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-02-20T00:09:43.612 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug": { 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.613 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-02-20T00:09:43.614 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.615 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.616 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.617 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.618 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.619 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-20T00:09:43.620 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-20T00:09:43.621 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.622 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.623 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.624 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "redirect" 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "400", 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "599", 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.625 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.626 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.628 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.629 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.630 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.631 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-02-20T00:09:43.632 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.635 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.636 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.637 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.638 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.639 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.640 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.641 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.642 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-02-20T00:09:43.643 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-02-20T00:09:43.644 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.645 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-02-20T00:09:43.646 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "database": { 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "database", 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.647 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "hostname": { 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.648 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.650 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.651 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.652 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "password": { 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "password", 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "port": { 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "port", 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.655 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "threads": { 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "username": { 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "username", 2024-02-20T00:09:43.657 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.658 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.659 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.661 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.662 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.663 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.664 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.665 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.666 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.667 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.669 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "10", 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-20T00:09:43.670 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.671 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.672 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.673 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.674 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.675 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.676 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.677 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.678 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min_size": { 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-02-20T00:09:43.682 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.683 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "prefix": { 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.684 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "subtree": { 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-02-20T00:09:43.685 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.686 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.687 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.689 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.690 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rook", 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.691 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.692 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.694 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.695 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.696 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.697 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.698 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.699 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.700 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.701 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.702 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-20T00:09:43.703 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.704 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.705 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.706 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.707 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.708 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-20T00:09:43.710 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.711 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.713 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.714 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.715 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.716 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-02-20T00:09:43.717 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.718 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.719 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.720 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.720 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.720 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.720 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.720 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.720 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-20T00:09:43.720 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-20T00:09:43.720 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.720 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.720 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.720 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.720 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.720 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.721 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.722 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.723 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.725 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.727 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.728 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.729 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.730 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.731 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.732 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.733 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.734 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.735 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.736 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.737 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.738 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.739 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.740 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.741 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.742 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.743 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.744 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.745 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "roption1": { 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "roption2": { 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.749 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-02-20T00:09:43.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "testkey": { 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.756 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "status", 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.757 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.758 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.759 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.760 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.761 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "address": { 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "address", 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.762 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.763 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.764 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.765 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.766 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.767 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-02-20T00:09:43.768 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.770 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "contact": { 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.772 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "description": { 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "description", 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.773 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "device_url": { 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.774 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.775 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "8", 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.776 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-02-20T00:09:43.777 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.778 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.779 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.780 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.781 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.782 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "organization": { 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.783 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "proxy": { 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "url": { 2024-02-20T00:09:43.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "url", 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.792 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-02-20T00:09:43.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "identifier": { 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-20T00:09:43.798 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.799 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.800 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-20T00:09:43.801 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "", 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "critical", 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "debug", 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "error", 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "info", 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "warning" 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.802 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.803 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.804 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-02-20T00:09:43.805 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "services": { 2024-02-20T00:09:43.806 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "prometheus": "http://smithi110.front.sepia.ceph.com:9283/" 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crash", 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "progress", 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "status", 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "crash", 2024-02-20T00:09:43.807 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "progress", 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "status", 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "telemetry", 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ], 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 3, 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-20T00:09:43.808 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.110:0", 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "nonce": 792586855 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ] 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout }, 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.110:0", 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "nonce": 447240474 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ] 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout ] 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.809 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:43.810 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for the mgr to restart... 2024-02-20T00:09:43.810 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for Mgr epoch 13... 2024-02-20T00:09:43.810 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-02-20T00:09:45.988 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout { 2024-02-20T00:09:45.989 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 15, 2024-02-20T00:09:45.989 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout "initialized": true 2024-02-20T00:09:45.989 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout } 2024-02-20T00:09:47.085 INFO:teuthology.orchestra.run.smithi110.stderr:Mgr epoch 13 is available 2024-02-20T00:09:47.086 INFO:teuthology.orchestra.run.smithi110.stderr:Generating a dashboard self-signed certificate... 2024-02-20T00:09:47.086 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 dashboard create-self-signed-cert 2024-02-20T00:09:48.037 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2024-02-20T00:09:48.891 INFO:teuthology.orchestra.run.smithi110.stderr:Creating initial admin user... 2024-02-20T00:09:48.891 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_atyi7fo:/tmp/dashboard.pw:z docker.io/ceph/ceph:v15 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-20T00:09:50.475 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$qoYvd4esVqZB/0GdHN0g5u3CkjkHqiUVxOJbFSdOwI7aEIalDVoDy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708387790, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-20T00:09:51.227 INFO:teuthology.orchestra.run.smithi110.stderr:Fetching dashboard port number... 2024-02-20T00:09:51.227 INFO:teuthology.orchestra.run.smithi110.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=smithi110 -v /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpzsc3j66x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpk_pplz79:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config get mgr mgr/dashboard/ssl_server_port 2024-02-20T00:09:51.978 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: stdout 8443 2024-02-20T00:09:52.818 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-20T00:09:52.826 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout disabled 2024-02-20T00:09:52.826 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: systemctl is-active firewalld.service 2024-02-20T00:09:52.832 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: stdout inactive 2024-02-20T00:09:52.832 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2024-02-20T00:09:52.833 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-20T00:09:52.836 INFO:teuthology.orchestra.run.smithi110.stderr:Ceph Dashboard is now available at: 2024-02-20T00:09:52.836 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-02-20T00:09:52.836 INFO:teuthology.orchestra.run.smithi110.stderr: URL: https://smithi110.front.sepia.ceph.com:8443/ 2024-02-20T00:09:52.836 INFO:teuthology.orchestra.run.smithi110.stderr: User: admin 2024-02-20T00:09:52.836 INFO:teuthology.orchestra.run.smithi110.stderr: Password: rp62p24ftz 2024-02-20T00:09:52.836 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-02-20T00:09:52.836 INFO:teuthology.orchestra.run.smithi110.stderr:You can access the Ceph CLI with: 2024-02-20T00:09:52.836 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-02-20T00:09:52.836 INFO:teuthology.orchestra.run.smithi110.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:09:52.836 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-02-20T00:09:52.836 INFO:teuthology.orchestra.run.smithi110.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-20T00:09:52.837 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-02-20T00:09:52.837 INFO:teuthology.orchestra.run.smithi110.stderr: ceph telemetry on 2024-02-20T00:09:52.837 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-02-20T00:09:52.837 INFO:teuthology.orchestra.run.smithi110.stderr:For more information see: 2024-02-20T00:09:52.837 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-02-20T00:09:52.837 INFO:teuthology.orchestra.run.smithi110.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-02-20T00:09:52.837 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-02-20T00:09:52.837 INFO:teuthology.orchestra.run.smithi110.stderr:Bootstrap complete. 2024-02-20T00:09:52.837 INFO:teuthology.orchestra.run.smithi110.stderr:Releasing lock 139640678371848 on /run/cephadm/24abccd8-cf84-11ee-95bb-87774f69a715.lock 2024-02-20T00:09:52.837 INFO:teuthology.orchestra.run.smithi110.stderr:Lock 139640678371848 released on /run/cephadm/24abccd8-cf84-11ee-95bb-87774f69a715.lock 2024-02-20T00:09:52.865 INFO:tasks.cephadm:Fetching config... 2024-02-20T00:09:52.866 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-02-20T00:09:52.866 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-20T00:09:52.884 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-20T00:09:52.884 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-02-20T00:09:52.884 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-20T00:09:52.941 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-20T00:09:52.941 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-02-20T00:09:52.941 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/keyring of=/dev/stdout 2024-02-20T00:09:53.008 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-20T00:09:53.008 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-02-20T00:09:53.008 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-20T00:09:53.066 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-20T00:09:53.066 DEBUG:teuthology.orchestra.run.smithi110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCg6Fme2VcKwHEnFh6HZFJ8Xqe8M2L/pMuB4EkypnBylExkz34lUFpeV4NCPFVn4yk4r0LUMqQt4bZsdapxgAOXe0eXcgsRnr6TobEo8E6alJr+YR4m3ClsXVFu/cbrXDzyfzlnP3tgcZPTqDsXvxQ3h80Y0HcTwU5Wq9RA1RhOh0lj5cgqMndTuPHuLUIizMjSjjIjKlA6koDvSOpnK0dnCrmJRWS8isOvJQpXzi74m4kXjdawSgmDz4VKZZUNBdlUVWubyK7lo0dewLL6O7Teo7rlQgFLlHGKzJKp1cXr39oxK3Oastn4vZIcdiAZU2jIDXBwf3BJ2IqG94dEXW+mzviSb4b4tSKcD/bw0JvBTPvA3v5S9eFl+pcxL0KP0A9JVYHXwbETSpYgtYgWgKt+FtbyuK5xpLnpAr6JAp2jRwMJhaP78+wtWCFlgDC30ihj4SzQ0cat+ZMWD1wZWtVXI7JwAsG5+mCzx10SpLuHmy3q90hsJfXMruuNOGlOKOE= ceph-24abccd8-cf84-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-20T00:09:53.143 INFO:teuthology.orchestra.run.smithi110.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCg6Fme2VcKwHEnFh6HZFJ8Xqe8M2L/pMuB4EkypnBylExkz34lUFpeV4NCPFVn4yk4r0LUMqQt4bZsdapxgAOXe0eXcgsRnr6TobEo8E6alJr+YR4m3ClsXVFu/cbrXDzyfzlnP3tgcZPTqDsXvxQ3h80Y0HcTwU5Wq9RA1RhOh0lj5cgqMndTuPHuLUIizMjSjjIjKlA6koDvSOpnK0dnCrmJRWS8isOvJQpXzi74m4kXjdawSgmDz4VKZZUNBdlUVWubyK7lo0dewLL6O7Teo7rlQgFLlHGKzJKp1cXr39oxK3Oastn4vZIcdiAZU2jIDXBwf3BJ2IqG94dEXW+mzviSb4b4tSKcD/bw0JvBTPvA3v5S9eFl+pcxL0KP0A9JVYHXwbETSpYgtYgWgKt+FtbyuK5xpLnpAr6JAp2jRwMJhaP78+wtWCFlgDC30ihj4SzQ0cat+ZMWD1wZWtVXI7JwAsG5+mCzx10SpLuHmy3q90hsJfXMruuNOGlOKOE= ceph-24abccd8-cf84-11ee-95bb-87774f69a715 2024-02-20T00:09:53.155 DEBUG:teuthology.orchestra.run.smithi148:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCg6Fme2VcKwHEnFh6HZFJ8Xqe8M2L/pMuB4EkypnBylExkz34lUFpeV4NCPFVn4yk4r0LUMqQt4bZsdapxgAOXe0eXcgsRnr6TobEo8E6alJr+YR4m3ClsXVFu/cbrXDzyfzlnP3tgcZPTqDsXvxQ3h80Y0HcTwU5Wq9RA1RhOh0lj5cgqMndTuPHuLUIizMjSjjIjKlA6koDvSOpnK0dnCrmJRWS8isOvJQpXzi74m4kXjdawSgmDz4VKZZUNBdlUVWubyK7lo0dewLL6O7Teo7rlQgFLlHGKzJKp1cXr39oxK3Oastn4vZIcdiAZU2jIDXBwf3BJ2IqG94dEXW+mzviSb4b4tSKcD/bw0JvBTPvA3v5S9eFl+pcxL0KP0A9JVYHXwbETSpYgtYgWgKt+FtbyuK5xpLnpAr6JAp2jRwMJhaP78+wtWCFlgDC30ihj4SzQ0cat+ZMWD1wZWtVXI7JwAsG5+mCzx10SpLuHmy3q90hsJfXMruuNOGlOKOE= ceph-24abccd8-cf84-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-20T00:09:53.202 INFO:teuthology.orchestra.run.smithi148.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCg6Fme2VcKwHEnFh6HZFJ8Xqe8M2L/pMuB4EkypnBylExkz34lUFpeV4NCPFVn4yk4r0LUMqQt4bZsdapxgAOXe0eXcgsRnr6TobEo8E6alJr+YR4m3ClsXVFu/cbrXDzyfzlnP3tgcZPTqDsXvxQ3h80Y0HcTwU5Wq9RA1RhOh0lj5cgqMndTuPHuLUIizMjSjjIjKlA6koDvSOpnK0dnCrmJRWS8isOvJQpXzi74m4kXjdawSgmDz4VKZZUNBdlUVWubyK7lo0dewLL6O7Teo7rlQgFLlHGKzJKp1cXr39oxK3Oastn4vZIcdiAZU2jIDXBwf3BJ2IqG94dEXW+mzviSb4b4tSKcD/bw0JvBTPvA3v5S9eFl+pcxL0KP0A9JVYHXwbETSpYgtYgWgKt+FtbyuK5xpLnpAr6JAp2jRwMJhaP78+wtWCFlgDC30ihj4SzQ0cat+ZMWD1wZWtVXI7JwAsG5+mCzx10SpLuHmy3q90hsJfXMruuNOGlOKOE= ceph-24abccd8-cf84-11ee-95bb-87774f69a715 2024-02-20T00:09:53.214 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-20T00:09:57.085 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi148 2024-02-20T00:09:57.085 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-20T00:09:57.086 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.conf 2024-02-20T00:09:57.107 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-20T00:09:57.107 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-20T00:09:57.168 INFO:tasks.cephadm:Adding host smithi148 to orchestrator... 2024-02-20T00:09:57.168 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch host add smithi148 2024-02-20T00:10:19.827 INFO:teuthology.orchestra.run.smithi148.stdout:Added host 'smithi148' 2024-02-20T00:10:20.433 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch host ls --format=json 2024-02-20T00:10:22.176 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-20T00:10:22.177 INFO:teuthology.orchestra.run.smithi148.stdout:[{"addr": "smithi110", "hostname": "smithi110", "labels": [], "status": ""}, {"addr": "smithi148", "hostname": "smithi148", "labels": [], "status": ""}] 2024-02-20T00:10:22.802 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-20T00:10:22.802 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd crush tunables default 2024-02-20T00:10:25.166 INFO:teuthology.orchestra.run.smithi110.stderr:adjusted tunables profile to default 2024-02-20T00:10:25.797 INFO:tasks.cephadm:Adding mon.smithi148 on smithi148 2024-02-20T00:10:25.797 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch daemon add mon smithi148:172.21.15.148=smithi148 2024-02-20T00:10:36.000 INFO:teuthology.orchestra.run.smithi148.stdout:Deployed mon.smithi148 on host 'smithi148' 2024-02-20T00:10:36.671 DEBUG:teuthology.orchestra.run.smithi148:mon.smithi148> sudo journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi148.service 2024-02-20T00:10:36.674 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:10:36.674 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:10:36.709 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:-- Logs begin at Tue 2024-02-20 00:01:17 UTC. -- 2024-02-20T00:10:38.552 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-20T00:10:38.553 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":2,"fsid":"24abccd8-cf84-11ee-95bb-87774f69a715","modified":"2024-02-20T00:10:30.957040Z","created":"2024-02-20T00:08:41.884068Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0},{"rank":1,"name":"smithi148","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:3300","nonce":0},{"type":"v1","addr":"172.21.15.148:6789","nonce":0}]},"addr":"172.21.15.148:6789/0","public_addr":"172.21.15.148:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-02-20T00:10:38.554 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 2 2024-02-20T00:10:39.186 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-20T00:10:39.186 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph config generate-minimal-conf 2024-02-20T00:10:41.072 INFO:teuthology.orchestra.run.smithi110.stdout:# minimal ceph.conf for 24abccd8-cf84-11ee-95bb-87774f69a715 2024-02-20T00:10:41.072 INFO:teuthology.orchestra.run.smithi110.stdout:[global] 2024-02-20T00:10:41.072 INFO:teuthology.orchestra.run.smithi110.stdout: fsid = 24abccd8-cf84-11ee-95bb-87774f69a715 2024-02-20T00:10:41.072 INFO:teuthology.orchestra.run.smithi110.stdout: mon_host = [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] 2024-02-20T00:10:41.757 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-20T00:10:41.757 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-02-20T00:10:41.758 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.conf 2024-02-20T00:10:41.787 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-02-20T00:10:41.787 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-20T00:10:41.853 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-20T00:10:41.853 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.conf 2024-02-20T00:10:41.899 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-20T00:10:41.899 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-20T00:10:42.012 INFO:tasks.cephadm:Deploying OSDs... 2024-02-20T00:10:42.013 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-02-20T00:10:42.013 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-02-20T00:10:42.031 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-20T00:10:42.031 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_1 2024-02-20T00:10:42.088 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-20T00:10:42.088 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:10:42.088 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 165433 Links: 1 2024-02-20T00:10:42.088 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:10:42.089 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-02-20T00:10:42.089 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-02-20 00:09:58.934782362 +0000 2024-02-20T00:10:42.089 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-02-20 00:07:29.887060570 +0000 2024-02-20T00:10:42.089 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-02-20 00:07:29.887060570 +0000 2024-02-20T00:10:42.089 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-02-20T00:10:42.089 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-20T00:10:42.154 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-02-20T00:10:42.154 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-02-20T00:10:42.154 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000129576 s, 4.0 MB/s 2024-02-20T00:10:42.155 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-20T00:10:42.213 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_2 2024-02-20T00:10:42.271 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-20T00:10:42.271 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:10:42.271 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 159449 Links: 1 2024-02-20T00:10:42.271 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:10:42.272 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-02-20T00:10:42.272 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-02-20 00:09:58.934782362 +0000 2024-02-20T00:10:42.272 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-02-20 00:07:30.214054796 +0000 2024-02-20T00:10:42.272 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-02-20 00:07:30.214054796 +0000 2024-02-20T00:10:42.272 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-02-20T00:10:42.272 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-20T00:10:42.336 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-02-20T00:10:42.336 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-02-20T00:10:42.336 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000103034 s, 5.0 MB/s 2024-02-20T00:10:42.337 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-20T00:10:42.396 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_3 2024-02-20T00:10:42.453 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-20T00:10:42.453 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:10:42.453 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 169990 Links: 1 2024-02-20T00:10:42.453 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:10:42.453 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-02-20T00:10:42.453 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-02-20 00:09:58.934782362 +0000 2024-02-20T00:10:42.454 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-02-20 00:07:30.543048988 +0000 2024-02-20T00:10:42.454 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-02-20 00:07:30.543048988 +0000 2024-02-20T00:10:42.454 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-02-20T00:10:42.454 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-20T00:10:42.518 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-02-20T00:10:42.518 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-02-20T00:10:42.518 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000106033 s, 4.8 MB/s 2024-02-20T00:10:42.519 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-20T00:10:42.578 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_4 2024-02-20T00:10:42.635 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-20T00:10:42.635 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:10:42.635 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 159580 Links: 1 2024-02-20T00:10:42.636 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:10:42.636 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-02-20T00:10:42.636 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-02-20 00:09:58.934782362 +0000 2024-02-20T00:10:42.636 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-02-20 00:07:30.894042791 +0000 2024-02-20T00:10:42.636 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-02-20 00:07:30.894042791 +0000 2024-02-20T00:10:42.636 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-02-20T00:10:42.636 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-20T00:10:42.701 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-02-20T00:10:42.701 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-02-20T00:10:42.701 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 8.3686e-05 s, 6.1 MB/s 2024-02-20T00:10:42.702 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-20T00:10:42.760 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-20T00:10:42.760 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-02-20T00:10:42.782 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-20T00:10:42.782 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_1 2024-02-20T00:10:42.843 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-20T00:10:42.844 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:10:42.844 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 162450 Links: 1 2024-02-20T00:10:42.844 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:10:42.844 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-02-20T00:10:42.844 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-20 00:10:30.418632449 +0000 2024-02-20T00:10:42.844 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-20 00:07:29.907667240 +0000 2024-02-20T00:10:42.844 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-20 00:07:29.907667240 +0000 2024-02-20T00:10:42.844 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-20T00:10:42.844 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-20T00:10:42.914 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-20T00:10:42.914 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-20T00:10:42.914 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000290935 s, 1.8 MB/s 2024-02-20T00:10:42.915 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-20T00:10:42.977 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_2 2024-02-20T00:10:43.038 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-20T00:10:43.038 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:10:43.038 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 169595 Links: 1 2024-02-20T00:10:43.038 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:10:43.038 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-02-20T00:10:43.038 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-20 00:10:30.418632449 +0000 2024-02-20T00:10:43.038 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-20 00:07:30.247658722 +0000 2024-02-20T00:10:43.038 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-20 00:07:30.247658722 +0000 2024-02-20T00:10:43.038 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-20T00:10:43.038 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-20T00:10:43.106 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-20T00:10:43.106 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-20T00:10:43.106 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000198065 s, 2.6 MB/s 2024-02-20T00:10:43.107 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-20T00:10:43.167 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_3 2024-02-20T00:10:43.227 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-20T00:10:43.228 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:10:43.228 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 167372 Links: 1 2024-02-20T00:10:43.228 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:10:43.228 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-02-20T00:10:43.228 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-20 00:10:30.418632449 +0000 2024-02-20T00:10:43.228 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-20 00:07:30.587650205 +0000 2024-02-20T00:10:43.228 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-20 00:07:30.587650205 +0000 2024-02-20T00:10:43.228 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-20T00:10:43.228 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-20T00:10:43.296 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-20T00:10:43.297 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-20T00:10:43.297 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000219273 s, 2.3 MB/s 2024-02-20T00:10:43.298 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-20T00:10:43.358 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_4 2024-02-20T00:10:43.418 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-20T00:10:43.418 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-20T00:10:43.418 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 169716 Links: 1 2024-02-20T00:10:43.418 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-20T00:10:43.418 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-02-20T00:10:43.418 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-20 00:10:30.419632424 +0000 2024-02-20T00:10:43.418 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-20 00:07:30.925641737 +0000 2024-02-20T00:10:43.418 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-20 00:07:30.925641737 +0000 2024-02-20T00:10:43.418 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-20T00:10:43.419 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-20T00:10:43.487 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-20T00:10:43.487 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-20T00:10:43.487 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000237034 s, 2.2 MB/s 2024-02-20T00:10:43.488 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-20T00:10:43.548 INFO:tasks.cephadm:Deploying osd.0 on smithi110 with /dev/vg_nvme/lv_4... 2024-02-20T00:10:43.549 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-20T00:10:45.613 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-20T00:10:45.613 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-20T00:10:45.613 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2024-02-20T00:10:45.613 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2024-02-20T00:10:45.613 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00828656 s, 1.3 GB/s 2024-02-20T00:10:45.613 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2024-02-20T00:10:46.254 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch daemon add osd smithi110:vg_nvme/lv_4 2024-02-20T00:15:10.311 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 0 on host 'smithi110' 2024-02-20T00:15:10.977 DEBUG:teuthology.orchestra.run.smithi110:osd.0> sudo journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.0.service 2024-02-20T00:15:10.979 INFO:tasks.cephadm:Deploying osd.1 on smithi110 with /dev/vg_nvme/lv_3... 2024-02-20T00:15:10.979 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-20T00:15:11.010 INFO:journalctl@ceph.osd.0.smithi110.stdout:-- Logs begin at Tue 2024-02-20 00:01:02 UTC. -- 2024-02-20T00:15:12.956 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-20T00:15:12.956 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-20T00:15:12.956 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2024-02-20T00:15:12.956 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2024-02-20T00:15:12.956 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0091387 s, 1.1 GB/s 2024-02-20T00:15:12.956 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2024-02-20T00:15:13.691 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch daemon add osd smithi110:vg_nvme/lv_3 2024-02-20T00:15:40.142 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 1 on host 'smithi110' 2024-02-20T00:15:40.789 DEBUG:teuthology.orchestra.run.smithi110:osd.1> sudo journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.1.service 2024-02-20T00:15:40.791 INFO:tasks.cephadm:Deploying osd.2 on smithi110 with /dev/vg_nvme/lv_2... 2024-02-20T00:15:40.792 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-20T00:15:40.825 INFO:journalctl@ceph.osd.1.smithi110.stdout:-- Logs begin at Tue 2024-02-20 00:01:02 UTC. -- 2024-02-20T00:15:43.029 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-20T00:15:43.029 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-20T00:15:43.029 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2024-02-20T00:15:43.029 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2024-02-20T00:15:43.029 INFO:teuthology.orchestra.run.smithi110.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0101841 s, 1.0 GB/s 2024-02-20T00:15:43.029 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 2024-02-20T00:15:43.029 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2024-02-20T00:15:43.728 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch daemon add osd smithi110:vg_nvme/lv_2 2024-02-20T00:16:02.770 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 2 on host 'smithi110' 2024-02-20T00:16:03.458 DEBUG:teuthology.orchestra.run.smithi110:osd.2> sudo journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.2.service 2024-02-20T00:16:03.460 INFO:tasks.cephadm:Deploying osd.3 on smithi110 with /dev/vg_nvme/lv_1... 2024-02-20T00:16:03.460 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-20T00:16:03.489 INFO:journalctl@ceph.osd.2.smithi110.stdout:-- Logs begin at Tue 2024-02-20 00:01:02 UTC. -- 2024-02-20T00:16:05.532 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-20T00:16:05.532 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-20T00:16:05.532 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2024-02-20T00:16:05.532 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2024-02-20T00:16:05.532 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00923061 s, 1.1 GB/s 2024-02-20T00:16:05.532 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2024-02-20T00:16:06.205 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch daemon add osd smithi110:vg_nvme/lv_1 2024-02-20T00:16:20.233 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 3 on host 'smithi110' 2024-02-20T00:16:20.899 DEBUG:teuthology.orchestra.run.smithi110:osd.3> sudo journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.3.service 2024-02-20T00:16:20.901 INFO:tasks.cephadm:Deploying osd.4 on smithi148 with /dev/vg_nvme/lv_4... 2024-02-20T00:16:20.902 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-20T00:16:20.931 INFO:journalctl@ceph.osd.3.smithi110.stdout:-- Logs begin at Tue 2024-02-20 00:01:02 UTC. -- 2024-02-20T00:16:23.106 INFO:teuthology.orchestra.run.smithi148.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-20T00:16:23.106 INFO:teuthology.orchestra.run.smithi148.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-20T00:16:23.106 INFO:teuthology.orchestra.run.smithi148.stderr: stderr: 10+0 records in 2024-02-20T00:16:23.106 INFO:teuthology.orchestra.run.smithi148.stderr:10+0 records out 2024-02-20T00:16:23.106 INFO:teuthology.orchestra.run.smithi148.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111538 s, 940 MB/s 2024-02-20T00:16:23.106 INFO:teuthology.orchestra.run.smithi148.stderr:--> Zapping successful for: 2024-02-20T00:16:23.763 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch daemon add osd smithi148:vg_nvme/lv_4 2024-02-20T00:17:43.098 INFO:teuthology.orchestra.run.smithi148.stdout:Created osd(s) 4 on host 'smithi148' 2024-02-20T00:17:43.789 DEBUG:teuthology.orchestra.run.smithi148:osd.4> sudo journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.4.service 2024-02-20T00:17:43.792 INFO:tasks.cephadm:Deploying osd.5 on smithi148 with /dev/vg_nvme/lv_3... 2024-02-20T00:17:43.792 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-20T00:17:43.822 INFO:journalctl@ceph.osd.4.smithi148.stdout:-- Logs begin at Tue 2024-02-20 00:01:17 UTC. -- 2024-02-20T00:17:45.872 INFO:teuthology.orchestra.run.smithi148.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-20T00:17:45.872 INFO:teuthology.orchestra.run.smithi148.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-20T00:17:45.872 INFO:teuthology.orchestra.run.smithi148.stderr: stderr: 10+0 records in 2024-02-20T00:17:45.872 INFO:teuthology.orchestra.run.smithi148.stderr:10+0 records out 2024-02-20T00:17:45.872 INFO:teuthology.orchestra.run.smithi148.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121057 s, 866 MB/s 2024-02-20T00:17:45.873 INFO:teuthology.orchestra.run.smithi148.stderr:--> Zapping successful for: 2024-02-20T00:17:46.531 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch daemon add osd smithi148:vg_nvme/lv_3 2024-02-20T00:18:00.472 INFO:teuthology.orchestra.run.smithi148.stdout:Created osd(s) 5 on host 'smithi148' 2024-02-20T00:18:01.238 DEBUG:teuthology.orchestra.run.smithi148:osd.5> sudo journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.5.service 2024-02-20T00:18:01.240 INFO:tasks.cephadm:Deploying osd.6 on smithi148 with /dev/vg_nvme/lv_2... 2024-02-20T00:18:01.241 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-20T00:18:01.271 INFO:journalctl@ceph.osd.5.smithi148.stdout:-- Logs begin at Tue 2024-02-20 00:01:17 UTC. -- 2024-02-20T00:18:03.317 INFO:teuthology.orchestra.run.smithi148.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-20T00:18:03.317 INFO:teuthology.orchestra.run.smithi148.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-20T00:18:03.317 INFO:teuthology.orchestra.run.smithi148.stderr: stderr: 10+0 records in 2024-02-20T00:18:03.317 INFO:teuthology.orchestra.run.smithi148.stderr:10+0 records out 2024-02-20T00:18:03.317 INFO:teuthology.orchestra.run.smithi148.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.016469 s, 637 MB/s 2024-02-20T00:18:03.318 INFO:teuthology.orchestra.run.smithi148.stderr:--> Zapping successful for: 2024-02-20T00:18:04.058 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch daemon add osd smithi148:vg_nvme/lv_2 2024-02-20T00:18:18.065 INFO:teuthology.orchestra.run.smithi148.stdout:Created osd(s) 6 on host 'smithi148' 2024-02-20T00:18:18.738 DEBUG:teuthology.orchestra.run.smithi148:osd.6> sudo journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.6.service 2024-02-20T00:18:18.741 INFO:tasks.cephadm:Deploying osd.7 on smithi148 with /dev/vg_nvme/lv_1... 2024-02-20T00:18:18.741 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-20T00:18:18.771 INFO:journalctl@ceph.osd.6.smithi148.stdout:-- Logs begin at Tue 2024-02-20 00:01:17 UTC. -- 2024-02-20T00:18:20.842 INFO:teuthology.orchestra.run.smithi148.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-20T00:18:20.842 INFO:teuthology.orchestra.run.smithi148.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-20T00:18:20.843 INFO:teuthology.orchestra.run.smithi148.stderr: stderr: 10+0 records in 2024-02-20T00:18:20.843 INFO:teuthology.orchestra.run.smithi148.stderr:10+0 records out 2024-02-20T00:18:20.843 INFO:teuthology.orchestra.run.smithi148.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109991 s, 953 MB/s 2024-02-20T00:18:20.843 INFO:teuthology.orchestra.run.smithi148.stderr:--> Zapping successful for: 2024-02-20T00:18:21.427 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch daemon add osd smithi148:vg_nvme/lv_1 2024-02-20T00:18:35.392 INFO:teuthology.orchestra.run.smithi148.stdout:Created osd(s) 7 on host 'smithi148' 2024-02-20T00:18:36.042 DEBUG:teuthology.orchestra.run.smithi148:osd.7> sudo journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.7.service 2024-02-20T00:18:36.045 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-20T00:18:36.045 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:18:36.074 INFO:journalctl@ceph.osd.7.smithi148.stdout:-- Logs begin at Tue 2024-02-20 00:01:17 UTC. -- 2024-02-20T00:18:38.073 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:18:38.709 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":45,"num_osds":8,"num_up_osds":7,"osd_up_since":1708388301,"num_in_osds":7,"osd_in_since":1708388301,"num_remapped_pgs":0} 2024-02-20T00:18:39.711 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-20T00:18:41.765 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:18:42.450 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":48,"num_osds":8,"num_up_osds":8,"osd_up_since":1708388319,"num_in_osds":8,"osd_in_since":1708388319,"num_remapped_pgs":0} 2024-02-20T00:18:42.451 INFO:tasks.cephadm:Setting up client nodes... 2024-02-20T00:18:42.451 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-20T00:18:44.460 INFO:teuthology.orchestra.run.smithi110.stdout:[client.0] 2024-02-20T00:18:44.461 INFO:teuthology.orchestra.run.smithi110.stdout: key = AQDk79NlWV0yGxAACTisWGpsQEsn0ZuZVl8+1w== 2024-02-20T00:18:45.128 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-02-20T00:18:45.128 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-20T00:18:45.128 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-20T00:18:45.171 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-20T00:18:45.347 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:18:47.192 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:18:47.193 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":48,"fsid":"24abccd8-cf84-11ee-95bb-87774f69a715","created":"2024-02-20T00:08:44.575927+0000","modified":"2024-02-20T00:18:40.262985+0000","last_up_change":"2024-02-20T00:18:39.254908+0000","last_in_change":"2024-02-20T00:18:39.254908+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-20T00:10:25.392706+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":"19c271f5-8e91-49c1-9144-349b83d41545","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":2500367818},{"type":"v1","addr":"172.21.15.110:6803","nonce":2500367818}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":2500367818},{"type":"v1","addr":"172.21.15.110:6805","nonce":2500367818}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":2500367818},{"type":"v1","addr":"172.21.15.110:6809","nonce":2500367818}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":2500367818},{"type":"v1","addr":"172.21.15.110:6807","nonce":2500367818}]},"public_addr":"172.21.15.110:6803/2500367818","cluster_addr":"172.21.15.110:6805/2500367818","heartbeat_back_addr":"172.21.15.110:6809/2500367818","heartbeat_front_addr":"172.21.15.110:6807/2500367818","state":["exists","up"]},{"osd":1,"uuid":"64fb2096-96a5-4007-8b6b-ec6345ebcf0b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":514501809},{"type":"v1","addr":"172.21.15.110:6811","nonce":514501809}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":514501809},{"type":"v1","addr":"172.21.15.110:6813","nonce":514501809}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":514501809},{"type":"v1","addr":"172.21.15.110:6817","nonce":514501809}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":514501809},{"type":"v1","addr":"172.21.15.110:6815","nonce":514501809}]},"public_addr":"172.21.15.110:6811/514501809","cluster_addr":"172.21.15.110:6813/514501809","heartbeat_back_addr":"172.21.15.110:6817/514501809","heartbeat_front_addr":"172.21.15.110:6815/514501809","state":["exists","up"]},{"osd":2,"uuid":"c0aa40f6-5264-4e68-ae74-d44128ec893d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":278516744},{"type":"v1","addr":"172.21.15.110:6819","nonce":278516744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":278516744},{"type":"v1","addr":"172.21.15.110:6821","nonce":278516744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":278516744},{"type":"v1","addr":"172.21.15.110:6825","nonce":278516744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":278516744},{"type":"v1","addr":"172.21.15.110:6823","nonce":278516744}]},"public_addr":"172.21.15.110:6819/278516744","cluster_addr":"172.21.15.110:6821/278516744","heartbeat_back_addr":"172.21.15.110:6825/278516744","heartbeat_front_addr":"172.21.15.110:6823/278516744","state":["exists","up"]},{"osd":3,"uuid":"af479a8d-4146-4940-ae50-d865fde838e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":1026450923},{"type":"v1","addr":"172.21.15.110:6827","nonce":1026450923}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":1026450923},{"type":"v1","addr":"172.21.15.110:6829","nonce":1026450923}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6832","nonce":1026450923},{"type":"v1","addr":"172.21.15.110:6833","nonce":1026450923}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":1026450923},{"type":"v1","addr":"172.21.15.110:6831","nonce":1026450923}]},"public_addr":"172.21.15.110:6827/1026450923","cluster_addr":"172.21.15.110:6829/1026450923","heartbeat_back_addr":"172.21.15.110:6833/1026450923","heartbeat_front_addr":"172.21.15.110:6831/1026450923","state":["exists","up"]},{"osd":4,"uuid":"c87c7e63-2ff5-4b0f-bb5c-166867d419e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6800","nonce":4106436631},{"type":"v1","addr":"172.21.15.148:6801","nonce":4106436631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":4106436631},{"type":"v1","addr":"172.21.15.148:6803","nonce":4106436631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":4106436631},{"type":"v1","addr":"172.21.15.148:6807","nonce":4106436631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":4106436631},{"type":"v1","addr":"172.21.15.148:6805","nonce":4106436631}]},"public_addr":"172.21.15.148:6801/4106436631","cluster_addr":"172.21.15.148:6803/4106436631","heartbeat_back_addr":"172.21.15.148:6807/4106436631","heartbeat_front_addr":"172.21.15.148:6805/4106436631","state":["exists","up"]},{"osd":5,"uuid":"3a4ba535-116c-464d-a218-4f32e84268ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6808","nonce":846023568},{"type":"v1","addr":"172.21.15.148:6809","nonce":846023568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":846023568},{"type":"v1","addr":"172.21.15.148:6811","nonce":846023568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":846023568},{"type":"v1","addr":"172.21.15.148:6815","nonce":846023568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":846023568},{"type":"v1","addr":"172.21.15.148:6813","nonce":846023568}]},"public_addr":"172.21.15.148:6809/846023568","cluster_addr":"172.21.15.148:6811/846023568","heartbeat_back_addr":"172.21.15.148:6815/846023568","heartbeat_front_addr":"172.21.15.148:6813/846023568","state":["exists","up"]},{"osd":6,"uuid":"f394291e-a806-44a8-bcad-5c335d7ae9c9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6816","nonce":2249724845},{"type":"v1","addr":"172.21.15.148:6817","nonce":2249724845}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":2249724845},{"type":"v1","addr":"172.21.15.148:6819","nonce":2249724845}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":2249724845},{"type":"v1","addr":"172.21.15.148:6823","nonce":2249724845}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":2249724845},{"type":"v1","addr":"172.21.15.148:6821","nonce":2249724845}]},"public_addr":"172.21.15.148:6817/2249724845","cluster_addr":"172.21.15.148:6819/2249724845","heartbeat_back_addr":"172.21.15.148:6823/2249724845","heartbeat_front_addr":"172.21.15.148:6821/2249724845","state":["exists","up"]},{"osd":7,"uuid":"cd5272a7-ac82-4f3c-a2a1-32a470dbef39","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6824","nonce":2450616889},{"type":"v1","addr":"172.21.15.148:6825","nonce":2450616889}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":2450616889},{"type":"v1","addr":"172.21.15.148:6827","nonce":2450616889}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":2450616889},{"type":"v1","addr":"172.21.15.148:6831","nonce":2450616889}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":2450616889},{"type":"v1","addr":"172.21.15.148:6829","nonce":2450616889}]},"public_addr":"172.21.15.148:6825/2450616889","cluster_addr":"172.21.15.148:6827/2450616889","heartbeat_back_addr":"172.21.15.148:6831/2450616889","heartbeat_front_addr":"172.21.15.148:6829/2450616889","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:15:12.237198+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:15:42.039692+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:16:04.690858+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:16:22.168276+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:17:45.063879+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:18:02.453723+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:18:20.057967+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:18:37.347789+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.110:0/792586855":"2024-02-21T00:09:44.925149+0000","172.21.15.110:0/447240474":"2024-02-21T00:09:44.925149+0000","172.21.15.110:6801/1833827846":"2024-02-21T00:09:44.925149+0000","172.21.15.110:6800/1833827846":"2024-02-21T00:09:44.925149+0000","172.21.15.110:6801/2516704988":"2024-02-21T00:09:29.395290+0000","172.21.15.110:6800/2516704988":"2024-02-21T00:09:29.395290+0000","172.21.15.110:0/452548953":"2024-02-21T00:09:29.395290+0000","172.21.15.110:0/3119592236":"2024-02-21T00:09:07.413271+0000","172.21.15.110:0/3036898477":"2024-02-21T00:09:29.395290+0000","172.21.15.110:0/294793029":"2024-02-21T00:09:07.413271+0000","172.21.15.110:6800/3756145571":"2024-02-21T00:09:07.413271+0000","172.21.15.110:6801/3756145571":"2024-02-21T00:09:07.413271+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-02-20T00:18:47.854 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-20T00:10:25.392706+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '13', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-20T00:18:47.854 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-20T00:18:47.992 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:18:49.898 INFO:teuthology.orchestra.run.smithi110.stdout:pg_num: 1 2024-02-20T00:18:50.552 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-20T00:18:50.552 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-20T00:18:50.552 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph mgr dump --format=json 2024-02-20T00:18:50.690 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:18:52.723 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:18:53.374 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":18,"active_gid":14162,"active_name":"smithi110.ysrpex","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":2838558862},{"type":"v1","addr":"172.21.15.110:6801","nonce":2838558862}]},"active_addr":"172.21.15.110:6801/2838558862","active_change":"2024-02-20T00:09:44.925430+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":24127,"name":"smithi148.bnzgpr","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://smithi110.front.sepia.ceph.com:8443/","prometheus":"http://smithi110.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.110:0","nonce":4257852116}]},{"addrvec":[{"type":"v2","addr":"172.21.15.110:0","nonce":105519057}]}]}} 2024-02-20T00:18:53.377 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-20T00:18:53.377 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-20T00:18:53.378 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-20T00:18:53.516 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:18:55.197 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:18:55.197 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":48,"fsid":"24abccd8-cf84-11ee-95bb-87774f69a715","created":"2024-02-20T00:08:44.575927+0000","modified":"2024-02-20T00:18:40.262985+0000","last_up_change":"2024-02-20T00:18:39.254908+0000","last_in_change":"2024-02-20T00:18:39.254908+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-20T00:10:25.392706+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":"19c271f5-8e91-49c1-9144-349b83d41545","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":2500367818},{"type":"v1","addr":"172.21.15.110:6803","nonce":2500367818}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":2500367818},{"type":"v1","addr":"172.21.15.110:6805","nonce":2500367818}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":2500367818},{"type":"v1","addr":"172.21.15.110:6809","nonce":2500367818}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":2500367818},{"type":"v1","addr":"172.21.15.110:6807","nonce":2500367818}]},"public_addr":"172.21.15.110:6803/2500367818","cluster_addr":"172.21.15.110:6805/2500367818","heartbeat_back_addr":"172.21.15.110:6809/2500367818","heartbeat_front_addr":"172.21.15.110:6807/2500367818","state":["exists","up"]},{"osd":1,"uuid":"64fb2096-96a5-4007-8b6b-ec6345ebcf0b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":514501809},{"type":"v1","addr":"172.21.15.110:6811","nonce":514501809}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":514501809},{"type":"v1","addr":"172.21.15.110:6813","nonce":514501809}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":514501809},{"type":"v1","addr":"172.21.15.110:6817","nonce":514501809}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":514501809},{"type":"v1","addr":"172.21.15.110:6815","nonce":514501809}]},"public_addr":"172.21.15.110:6811/514501809","cluster_addr":"172.21.15.110:6813/514501809","heartbeat_back_addr":"172.21.15.110:6817/514501809","heartbeat_front_addr":"172.21.15.110:6815/514501809","state":["exists","up"]},{"osd":2,"uuid":"c0aa40f6-5264-4e68-ae74-d44128ec893d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":278516744},{"type":"v1","addr":"172.21.15.110:6819","nonce":278516744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":278516744},{"type":"v1","addr":"172.21.15.110:6821","nonce":278516744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":278516744},{"type":"v1","addr":"172.21.15.110:6825","nonce":278516744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":278516744},{"type":"v1","addr":"172.21.15.110:6823","nonce":278516744}]},"public_addr":"172.21.15.110:6819/278516744","cluster_addr":"172.21.15.110:6821/278516744","heartbeat_back_addr":"172.21.15.110:6825/278516744","heartbeat_front_addr":"172.21.15.110:6823/278516744","state":["exists","up"]},{"osd":3,"uuid":"af479a8d-4146-4940-ae50-d865fde838e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":1026450923},{"type":"v1","addr":"172.21.15.110:6827","nonce":1026450923}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":1026450923},{"type":"v1","addr":"172.21.15.110:6829","nonce":1026450923}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6832","nonce":1026450923},{"type":"v1","addr":"172.21.15.110:6833","nonce":1026450923}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":1026450923},{"type":"v1","addr":"172.21.15.110:6831","nonce":1026450923}]},"public_addr":"172.21.15.110:6827/1026450923","cluster_addr":"172.21.15.110:6829/1026450923","heartbeat_back_addr":"172.21.15.110:6833/1026450923","heartbeat_front_addr":"172.21.15.110:6831/1026450923","state":["exists","up"]},{"osd":4,"uuid":"c87c7e63-2ff5-4b0f-bb5c-166867d419e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6800","nonce":4106436631},{"type":"v1","addr":"172.21.15.148:6801","nonce":4106436631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":4106436631},{"type":"v1","addr":"172.21.15.148:6803","nonce":4106436631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":4106436631},{"type":"v1","addr":"172.21.15.148:6807","nonce":4106436631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":4106436631},{"type":"v1","addr":"172.21.15.148:6805","nonce":4106436631}]},"public_addr":"172.21.15.148:6801/4106436631","cluster_addr":"172.21.15.148:6803/4106436631","heartbeat_back_addr":"172.21.15.148:6807/4106436631","heartbeat_front_addr":"172.21.15.148:6805/4106436631","state":["exists","up"]},{"osd":5,"uuid":"3a4ba535-116c-464d-a218-4f32e84268ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6808","nonce":846023568},{"type":"v1","addr":"172.21.15.148:6809","nonce":846023568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":846023568},{"type":"v1","addr":"172.21.15.148:6811","nonce":846023568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":846023568},{"type":"v1","addr":"172.21.15.148:6815","nonce":846023568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":846023568},{"type":"v1","addr":"172.21.15.148:6813","nonce":846023568}]},"public_addr":"172.21.15.148:6809/846023568","cluster_addr":"172.21.15.148:6811/846023568","heartbeat_back_addr":"172.21.15.148:6815/846023568","heartbeat_front_addr":"172.21.15.148:6813/846023568","state":["exists","up"]},{"osd":6,"uuid":"f394291e-a806-44a8-bcad-5c335d7ae9c9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6816","nonce":2249724845},{"type":"v1","addr":"172.21.15.148:6817","nonce":2249724845}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":2249724845},{"type":"v1","addr":"172.21.15.148:6819","nonce":2249724845}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":2249724845},{"type":"v1","addr":"172.21.15.148:6823","nonce":2249724845}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":2249724845},{"type":"v1","addr":"172.21.15.148:6821","nonce":2249724845}]},"public_addr":"172.21.15.148:6817/2249724845","cluster_addr":"172.21.15.148:6819/2249724845","heartbeat_back_addr":"172.21.15.148:6823/2249724845","heartbeat_front_addr":"172.21.15.148:6821/2249724845","state":["exists","up"]},{"osd":7,"uuid":"cd5272a7-ac82-4f3c-a2a1-32a470dbef39","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6824","nonce":2450616889},{"type":"v1","addr":"172.21.15.148:6825","nonce":2450616889}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":2450616889},{"type":"v1","addr":"172.21.15.148:6827","nonce":2450616889}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":2450616889},{"type":"v1","addr":"172.21.15.148:6831","nonce":2450616889}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":2450616889},{"type":"v1","addr":"172.21.15.148:6829","nonce":2450616889}]},"public_addr":"172.21.15.148:6825/2450616889","cluster_addr":"172.21.15.148:6827/2450616889","heartbeat_back_addr":"172.21.15.148:6831/2450616889","heartbeat_front_addr":"172.21.15.148:6829/2450616889","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:15:12.237198+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:15:42.039692+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:16:04.690858+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:16:22.168276+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:17:45.063879+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:18:02.453723+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:18:20.057967+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:18:37.347789+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.110:0/792586855":"2024-02-21T00:09:44.925149+0000","172.21.15.110:0/447240474":"2024-02-21T00:09:44.925149+0000","172.21.15.110:6801/1833827846":"2024-02-21T00:09:44.925149+0000","172.21.15.110:6800/1833827846":"2024-02-21T00:09:44.925149+0000","172.21.15.110:6801/2516704988":"2024-02-21T00:09:29.395290+0000","172.21.15.110:6800/2516704988":"2024-02-21T00:09:29.395290+0000","172.21.15.110:0/452548953":"2024-02-21T00:09:29.395290+0000","172.21.15.110:0/3119592236":"2024-02-21T00:09:07.413271+0000","172.21.15.110:0/3036898477":"2024-02-21T00:09:29.395290+0000","172.21.15.110:0/294793029":"2024-02-21T00:09:07.413271+0000","172.21.15.110:6800/3756145571":"2024-02-21T00:09:07.413271+0000","172.21.15.110:6801/3756145571":"2024-02-21T00:09:07.413271+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-02-20T00:18:55.930 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-20T00:18:55.930 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-20T00:18:56.070 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:18:57.758 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:18:57.758 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":48,"fsid":"24abccd8-cf84-11ee-95bb-87774f69a715","created":"2024-02-20T00:08:44.575927+0000","modified":"2024-02-20T00:18:40.262985+0000","last_up_change":"2024-02-20T00:18:39.254908+0000","last_in_change":"2024-02-20T00:18:39.254908+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-20T00:10:25.392706+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":"19c271f5-8e91-49c1-9144-349b83d41545","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":2500367818},{"type":"v1","addr":"172.21.15.110:6803","nonce":2500367818}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":2500367818},{"type":"v1","addr":"172.21.15.110:6805","nonce":2500367818}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":2500367818},{"type":"v1","addr":"172.21.15.110:6809","nonce":2500367818}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":2500367818},{"type":"v1","addr":"172.21.15.110:6807","nonce":2500367818}]},"public_addr":"172.21.15.110:6803/2500367818","cluster_addr":"172.21.15.110:6805/2500367818","heartbeat_back_addr":"172.21.15.110:6809/2500367818","heartbeat_front_addr":"172.21.15.110:6807/2500367818","state":["exists","up"]},{"osd":1,"uuid":"64fb2096-96a5-4007-8b6b-ec6345ebcf0b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":514501809},{"type":"v1","addr":"172.21.15.110:6811","nonce":514501809}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":514501809},{"type":"v1","addr":"172.21.15.110:6813","nonce":514501809}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":514501809},{"type":"v1","addr":"172.21.15.110:6817","nonce":514501809}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":514501809},{"type":"v1","addr":"172.21.15.110:6815","nonce":514501809}]},"public_addr":"172.21.15.110:6811/514501809","cluster_addr":"172.21.15.110:6813/514501809","heartbeat_back_addr":"172.21.15.110:6817/514501809","heartbeat_front_addr":"172.21.15.110:6815/514501809","state":["exists","up"]},{"osd":2,"uuid":"c0aa40f6-5264-4e68-ae74-d44128ec893d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":278516744},{"type":"v1","addr":"172.21.15.110:6819","nonce":278516744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":278516744},{"type":"v1","addr":"172.21.15.110:6821","nonce":278516744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":278516744},{"type":"v1","addr":"172.21.15.110:6825","nonce":278516744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":278516744},{"type":"v1","addr":"172.21.15.110:6823","nonce":278516744}]},"public_addr":"172.21.15.110:6819/278516744","cluster_addr":"172.21.15.110:6821/278516744","heartbeat_back_addr":"172.21.15.110:6825/278516744","heartbeat_front_addr":"172.21.15.110:6823/278516744","state":["exists","up"]},{"osd":3,"uuid":"af479a8d-4146-4940-ae50-d865fde838e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":1026450923},{"type":"v1","addr":"172.21.15.110:6827","nonce":1026450923}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":1026450923},{"type":"v1","addr":"172.21.15.110:6829","nonce":1026450923}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6832","nonce":1026450923},{"type":"v1","addr":"172.21.15.110:6833","nonce":1026450923}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":1026450923},{"type":"v1","addr":"172.21.15.110:6831","nonce":1026450923}]},"public_addr":"172.21.15.110:6827/1026450923","cluster_addr":"172.21.15.110:6829/1026450923","heartbeat_back_addr":"172.21.15.110:6833/1026450923","heartbeat_front_addr":"172.21.15.110:6831/1026450923","state":["exists","up"]},{"osd":4,"uuid":"c87c7e63-2ff5-4b0f-bb5c-166867d419e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6800","nonce":4106436631},{"type":"v1","addr":"172.21.15.148:6801","nonce":4106436631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":4106436631},{"type":"v1","addr":"172.21.15.148:6803","nonce":4106436631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":4106436631},{"type":"v1","addr":"172.21.15.148:6807","nonce":4106436631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":4106436631},{"type":"v1","addr":"172.21.15.148:6805","nonce":4106436631}]},"public_addr":"172.21.15.148:6801/4106436631","cluster_addr":"172.21.15.148:6803/4106436631","heartbeat_back_addr":"172.21.15.148:6807/4106436631","heartbeat_front_addr":"172.21.15.148:6805/4106436631","state":["exists","up"]},{"osd":5,"uuid":"3a4ba535-116c-464d-a218-4f32e84268ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6808","nonce":846023568},{"type":"v1","addr":"172.21.15.148:6809","nonce":846023568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":846023568},{"type":"v1","addr":"172.21.15.148:6811","nonce":846023568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":846023568},{"type":"v1","addr":"172.21.15.148:6815","nonce":846023568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":846023568},{"type":"v1","addr":"172.21.15.148:6813","nonce":846023568}]},"public_addr":"172.21.15.148:6809/846023568","cluster_addr":"172.21.15.148:6811/846023568","heartbeat_back_addr":"172.21.15.148:6815/846023568","heartbeat_front_addr":"172.21.15.148:6813/846023568","state":["exists","up"]},{"osd":6,"uuid":"f394291e-a806-44a8-bcad-5c335d7ae9c9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6816","nonce":2249724845},{"type":"v1","addr":"172.21.15.148:6817","nonce":2249724845}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":2249724845},{"type":"v1","addr":"172.21.15.148:6819","nonce":2249724845}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":2249724845},{"type":"v1","addr":"172.21.15.148:6823","nonce":2249724845}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":2249724845},{"type":"v1","addr":"172.21.15.148:6821","nonce":2249724845}]},"public_addr":"172.21.15.148:6817/2249724845","cluster_addr":"172.21.15.148:6819/2249724845","heartbeat_back_addr":"172.21.15.148:6823/2249724845","heartbeat_front_addr":"172.21.15.148:6821/2249724845","state":["exists","up"]},{"osd":7,"uuid":"cd5272a7-ac82-4f3c-a2a1-32a470dbef39","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6824","nonce":2450616889},{"type":"v1","addr":"172.21.15.148:6825","nonce":2450616889}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":2450616889},{"type":"v1","addr":"172.21.15.148:6827","nonce":2450616889}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":2450616889},{"type":"v1","addr":"172.21.15.148:6831","nonce":2450616889}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":2450616889},{"type":"v1","addr":"172.21.15.148:6829","nonce":2450616889}]},"public_addr":"172.21.15.148:6825/2450616889","cluster_addr":"172.21.15.148:6827/2450616889","heartbeat_back_addr":"172.21.15.148:6831/2450616889","heartbeat_front_addr":"172.21.15.148:6829/2450616889","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:15:12.237198+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:15:42.039692+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:16:04.690858+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:16:22.168276+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:17:45.063879+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:18:02.453723+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:18:20.057967+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-02-20T00:18:37.347789+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.110:0/792586855":"2024-02-21T00:09:44.925149+0000","172.21.15.110:0/447240474":"2024-02-21T00:09:44.925149+0000","172.21.15.110:6801/1833827846":"2024-02-21T00:09:44.925149+0000","172.21.15.110:6800/1833827846":"2024-02-21T00:09:44.925149+0000","172.21.15.110:6801/2516704988":"2024-02-21T00:09:29.395290+0000","172.21.15.110:6800/2516704988":"2024-02-21T00:09:29.395290+0000","172.21.15.110:0/452548953":"2024-02-21T00:09:29.395290+0000","172.21.15.110:0/3119592236":"2024-02-21T00:09:07.413271+0000","172.21.15.110:0/3036898477":"2024-02-21T00:09:29.395290+0000","172.21.15.110:0/294793029":"2024-02-21T00:09:07.413271+0000","172.21.15.110:6800/3756145571":"2024-02-21T00:09:07.413271+0000","172.21.15.110:6801/3756145571":"2024-02-21T00:09:07.413271+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-02-20T00:18:58.425 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-20T00:18:58.562 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:00.966 INFO:teuthology.orchestra.run.smithi110.stdout:47244640305 2024-02-20T00:19:00.966 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-20T00:19:01.105 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:03.421 INFO:teuthology.orchestra.run.smithi110.stdout:73014444075 2024-02-20T00:19:03.422 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-20T00:19:03.559 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:05.903 INFO:teuthology.orchestra.run.smithi110.stdout:94489280551 2024-02-20T00:19:05.903 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-20T00:19:06.042 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:08.524 INFO:teuthology.orchestra.run.smithi110.stdout:115964117028 2024-02-20T00:19:08.524 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-20T00:19:08.666 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:11.059 INFO:teuthology.orchestra.run.smithi110.stdout:137438953492 2024-02-20T00:19:11.059 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-20T00:19:11.197 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:13.702 INFO:teuthology.orchestra.run.smithi110.stdout:158913789969 2024-02-20T00:19:13.702 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-20T00:19:13.838 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:16.368 INFO:teuthology.orchestra.run.smithi110.stdout:180388626444 2024-02-20T00:19:16.369 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-20T00:19:16.507 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:18.998 INFO:teuthology.orchestra.run.smithi110.stdout:201863462923 2024-02-20T00:19:18.999 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-20T00:19:19.136 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:20.885 INFO:teuthology.orchestra.run.smithi110.stdout:47244640308 2024-02-20T00:19:21.607 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640305 got 47244640308 for osd.0 2024-02-20T00:19:21.607 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-20T00:19:21.747 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:23.676 INFO:teuthology.orchestra.run.smithi110.stdout:73014444079 2024-02-20T00:19:24.346 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444075 got 73014444079 for osd.1 2024-02-20T00:19:24.346 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-20T00:19:24.482 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:26.299 INFO:teuthology.orchestra.run.smithi110.stdout:94489280555 2024-02-20T00:19:26.933 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280551 got 94489280555 for osd.2 2024-02-20T00:19:26.934 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-20T00:19:27.072 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:28.826 INFO:teuthology.orchestra.run.smithi110.stdout:115964117032 2024-02-20T00:19:29.560 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117028 got 115964117032 for osd.3 2024-02-20T00:19:29.560 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-20T00:19:29.700 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:31.491 INFO:teuthology.orchestra.run.smithi110.stdout:137438953496 2024-02-20T00:19:32.160 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953492 got 137438953496 for osd.4 2024-02-20T00:19:32.160 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-20T00:19:32.300 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:34.173 INFO:teuthology.orchestra.run.smithi110.stdout:158913789973 2024-02-20T00:19:34.836 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789969 got 158913789973 for osd.5 2024-02-20T00:19:34.836 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-20T00:19:34.974 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:36.700 INFO:teuthology.orchestra.run.smithi110.stdout:180388626448 2024-02-20T00:19:37.406 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626444 got 180388626448 for osd.6 2024-02-20T00:19:37.406 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-20T00:19:37.548 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:39.373 INFO:teuthology.orchestra.run.smithi110.stdout:201863462927 2024-02-20T00:19:40.043 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462923 got 201863462927 for osd.7 2024-02-20T00:19:40.043 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-20T00:19:40.043 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph pg dump --format=json 2024-02-20T00:19:40.187 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:42.132 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:19:42.133 INFO:teuthology.orchestra.run.smithi110.stderr:dumped all 2024-02-20T00:19:42.789 INFO:teuthology.orchestra.run.smithi110.stdout:{"pg_ready":true,"pg_map":{"version":335,"stamp":"2024-02-20T00:19:41.088656+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8392288,"kb_used_data":3616,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568928,"statfs":{"total":767960285184,"available":759366582272,"internally_reserved":8589934592,"allocated":3702784,"data_stored":1482712,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"48","state":"active+clean","last_fresh":"2024-02-20T00:18:40.762519+0000","last_change":"2024-02-20T00:18:40.762519+0000","last_active":"2024-02-20T00:18:40.762519+0000","last_peered":"2024-02-20T00:18:40.762519+0000","last_clean":"2024-02-20T00:18:40.762519+0000","last_became_active":"2024-02-20T00:18:40.762122+0000","last_became_peered":"2024-02-20T00:18:40.762122+0000","last_unstale":"2024-02-20T00:18:40.762519+0000","last_undegraded":"2024-02-20T00:18:40.762519+0000","last_fullsized":"2024-02-20T00:18:40.762519+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-20T00:10:26.160837+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-20T00:10:26.160837+0000","last_clean_scrub_stamp":"2024-02-20T00:10:26.160837+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462928,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54600000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53400000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.496}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45500000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41399999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44400000000000001}]}]},{"osd":6,"up_from":42,"seq":180388626449,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.48599999999999999}]},{"osd":1,"last update":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.58899999999999997}]},{"osd":2,"last update":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.56599999999999995}]},{"osd":3,"last update":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.626}]},{"osd":4,"last update":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.34999999999999998}]},{"osd":5,"last update":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.42699999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40300000000000002}]}]},{"osd":1,"up_from":17,"seq":73014444083,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:18:50 2024","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.33500000000000002,"15min":0.32900000000000001},"min":{"1min":0.22800000000000001,"5min":0.114,"15min":0.114},"max":{"1min":0.52800000000000002,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.191},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.376,"15min":0.35999999999999999},"min":{"1min":0.29299999999999998,"5min":0.193,"15min":0.193},"max":{"1min":0.52400000000000002,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.28899999999999998}]},{"osd":2,"last update":"Tue Feb 20 00:19:09 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.34399999999999997,"15min":0.33400000000000002},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.22},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.35699999999999998},"min":{"1min":0.253,"5min":0.16800000000000001,"15min":0.16800000000000001},"max":{"1min":0.53700000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.27100000000000002}]},{"osd":3,"last update":"Tue Feb 20 00:19:33 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.38100000000000001,"15min":0.377},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.48099999999999998,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.251},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.36299999999999999,"15min":0.35899999999999999},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.46600000000000003,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.25800000000000001}]},{"osd":4,"last update":"Tue Feb 20 00:18:47 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.497},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.49199999999999999}]},{"osd":5,"last update":"Tue Feb 20 00:19:09 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.52400000000000002}]},{"osd":6,"last update":"Tue Feb 20 00:19:22 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.51400000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.433}]}]},{"osd":0,"up_from":11,"seq":47244640313,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:18:49 2024","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.307,"15min":0.29599999999999999},"min":{"1min":0.252,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.27300000000000002},{"interface":"front","average":{"1min":0.371,"5min":0.32100000000000001,"15min":0.307},"min":{"1min":0.27300000000000002,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"last":0.29499999999999998}]},{"osd":2,"last update":"Tue Feb 20 00:19:12 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.33000000000000002,"15min":0.31900000000000001},"min":{"1min":0.26700000000000002,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.34899999999999998,"15min":0.33800000000000002},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.25800000000000001}]},{"osd":3,"last update":"Tue Feb 20 00:19:32 2024","interfaces":[{"interface":"back","average":{"1min":0.39500000000000002,"5min":0.35899999999999999,"15min":0.34899999999999998},"min":{"1min":0.26800000000000002,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.19800000000000001},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.40000000000000002,"15min":0.39400000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.59299999999999997,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.246}]},{"osd":4,"last update":"Tue Feb 20 00:18:49 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.625}]},{"osd":5,"last update":"Tue Feb 20 00:19:04 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.46500000000000002}]},{"osd":6,"last update":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.60299999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51200000000000001}]}]},{"osd":2,"up_from":22,"seq":94489280558,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:19:11 2024","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.33100000000000002,"15min":0.32700000000000001},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.48399999999999999,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.373,"5min":0.35499999999999998,"15min":0.34799999999999998},"min":{"1min":0.249,"5min":0.22,"15min":0.22},"max":{"1min":0.50600000000000001,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.42899999999999999}]},{"osd":1,"last update":"Tue Feb 20 00:19:11 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36099999999999999,"15min":0.35699999999999998},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.49099999999999999,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.376,"5min":0.36899999999999999,"15min":0.36599999999999999},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.41899999999999998}]},{"osd":3,"last update":"Tue Feb 20 00:19:31 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.38,"15min":0.38200000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.39000000000000001,"15min":0.39600000000000002},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.52600000000000002,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.442}]},{"osd":4,"last update":"Tue Feb 20 00:18:49 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.69699999999999995}]},{"osd":5,"last update":"Tue Feb 20 00:19:04 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.67100000000000004}]},{"osd":6,"last update":"Tue Feb 20 00:19:22 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.72799999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71199999999999997}]}]},{"osd":3,"up_from":27,"seq":115964117035,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.32600000000000001,"5min":0.33400000000000002,"15min":0.33900000000000002},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.33000000000000002,"5min":0.36399999999999999,"15min":0.37},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.52300000000000002,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.26000000000000001}]},{"osd":1,"last update":"Tue Feb 20 00:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.33200000000000002,"5min":0.37,"15min":0.378},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.47199999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.317},{"interface":"front","average":{"1min":0.34000000000000002,"5min":0.36099999999999999,"15min":0.36799999999999999},"min":{"1min":0.255,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.26900000000000002}]},{"osd":2,"last update":"Tue Feb 20 00:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.38400000000000001,"15min":0.39000000000000001},"min":{"1min":0.27200000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.48899999999999999,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.309},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.38300000000000001,"15min":0.38800000000000001},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.249}]},{"osd":4,"last update":"Tue Feb 20 00:18:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.442}]},{"osd":5,"last update":"Tue Feb 20 00:19:04 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.434},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.51500000000000001}]},{"osd":6,"last update":"Tue Feb 20 00:19:23 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.48999999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41599999999999998}]}]},{"osd":4,"up_from":32,"seq":137438953498,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:18:50 2024","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.44900000000000001}]},{"osd":1,"last update":"Tue Feb 20 00:18:50 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.51500000000000001}]},{"osd":2,"last update":"Tue Feb 20 00:18:50 2024","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.46999999999999997}]},{"osd":3,"last update":"Tue Feb 20 00:18:50 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.53500000000000003}]},{"osd":5,"last update":"Tue Feb 20 00:19:07 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.42099999999999999}]},{"osd":6,"last update":"Tue Feb 20 00:19:24 2024","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.49299999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48299999999999998}]}]},{"osd":5,"up_from":37,"seq":158913789975,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:19:05 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.434}]},{"osd":1,"last update":"Tue Feb 20 00:19:05 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.39600000000000002}]},{"osd":2,"last update":"Tue Feb 20 00:19:05 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.38400000000000001}]},{"osd":3,"last update":"Tue Feb 20 00:19:05 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.378},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.42099999999999999}]},{"osd":4,"last update":"Tue Feb 20 00:19:05 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.317},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.44400000000000001}]},{"osd":6,"last update":"Tue Feb 20 00:19:24 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.35899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46600000000000003}]}]}]}} 2024-02-20T00:19:42.790 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph pg dump --format=json 2024-02-20T00:19:42.927 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:44.738 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:19:44.739 INFO:teuthology.orchestra.run.smithi110.stderr:dumped all 2024-02-20T00:19:45.470 INFO:teuthology.orchestra.run.smithi110.stdout:{"pg_ready":true,"pg_map":{"version":336,"stamp":"2024-02-20T00:19:43.088941+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8392288,"kb_used_data":3616,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568928,"statfs":{"total":767960285184,"available":759366582272,"internally_reserved":8589934592,"allocated":3702784,"data_stored":1482712,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"48","state":"active+clean","last_fresh":"2024-02-20T00:18:40.762519+0000","last_change":"2024-02-20T00:18:40.762519+0000","last_active":"2024-02-20T00:18:40.762519+0000","last_peered":"2024-02-20T00:18:40.762519+0000","last_clean":"2024-02-20T00:18:40.762519+0000","last_became_active":"2024-02-20T00:18:40.762122+0000","last_became_peered":"2024-02-20T00:18:40.762122+0000","last_unstale":"2024-02-20T00:18:40.762519+0000","last_undegraded":"2024-02-20T00:18:40.762519+0000","last_fullsized":"2024-02-20T00:18:40.762519+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-20T00:10:26.160837+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-20T00:10:26.160837+0000","last_clean_scrub_stamp":"2024-02-20T00:10:26.160837+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462928,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54600000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53400000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.496}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45500000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41399999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44400000000000001}]}]},{"osd":6,"up_from":42,"seq":180388626450,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.52700000000000002}]},{"osd":1,"last update":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.55600000000000005}]},{"osd":2,"last update":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.46100000000000002}]},{"osd":3,"last update":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.47999999999999998}]},{"osd":4,"last update":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.32600000000000001},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.33900000000000002}]},{"osd":5,"last update":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.38900000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42399999999999999}]}]},{"osd":1,"up_from":17,"seq":73014444083,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:18:50 2024","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.33500000000000002,"15min":0.32900000000000001},"min":{"1min":0.22800000000000001,"5min":0.114,"15min":0.114},"max":{"1min":0.52800000000000002,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.191},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.376,"15min":0.35999999999999999},"min":{"1min":0.29299999999999998,"5min":0.193,"15min":0.193},"max":{"1min":0.52400000000000002,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.28899999999999998}]},{"osd":2,"last update":"Tue Feb 20 00:19:09 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.34399999999999997,"15min":0.33400000000000002},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.22},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.35699999999999998},"min":{"1min":0.253,"5min":0.16800000000000001,"15min":0.16800000000000001},"max":{"1min":0.53700000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.27100000000000002}]},{"osd":3,"last update":"Tue Feb 20 00:19:33 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.38100000000000001,"15min":0.377},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.48099999999999998,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.251},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.36299999999999999,"15min":0.35899999999999999},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.46600000000000003,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.25800000000000001}]},{"osd":4,"last update":"Tue Feb 20 00:18:47 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.497},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.49199999999999999}]},{"osd":5,"last update":"Tue Feb 20 00:19:09 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.52400000000000002}]},{"osd":6,"last update":"Tue Feb 20 00:19:22 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.51400000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.433}]}]},{"osd":0,"up_from":11,"seq":47244640313,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:18:49 2024","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.307,"15min":0.29599999999999999},"min":{"1min":0.252,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.27300000000000002},{"interface":"front","average":{"1min":0.371,"5min":0.32100000000000001,"15min":0.307},"min":{"1min":0.27300000000000002,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"last":0.29499999999999998}]},{"osd":2,"last update":"Tue Feb 20 00:19:12 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.33000000000000002,"15min":0.31900000000000001},"min":{"1min":0.26700000000000002,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.34899999999999998,"15min":0.33800000000000002},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.25800000000000001}]},{"osd":3,"last update":"Tue Feb 20 00:19:32 2024","interfaces":[{"interface":"back","average":{"1min":0.39500000000000002,"5min":0.35899999999999999,"15min":0.34899999999999998},"min":{"1min":0.26800000000000002,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.19800000000000001},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.40000000000000002,"15min":0.39400000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.59299999999999997,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.246}]},{"osd":4,"last update":"Tue Feb 20 00:18:49 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.625}]},{"osd":5,"last update":"Tue Feb 20 00:19:04 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.46500000000000002}]},{"osd":6,"last update":"Tue Feb 20 00:19:21 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.60299999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51200000000000001}]}]},{"osd":2,"up_from":22,"seq":94489280559,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:19:11 2024","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.33100000000000002,"15min":0.32700000000000001},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.48399999999999999,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.377},{"interface":"front","average":{"1min":0.373,"5min":0.35499999999999998,"15min":0.34799999999999998},"min":{"1min":0.249,"5min":0.22,"15min":0.22},"max":{"1min":0.50600000000000001,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.45700000000000002}]},{"osd":1,"last update":"Tue Feb 20 00:19:11 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36099999999999999,"15min":0.35699999999999998},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.49099999999999999,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.376,"5min":0.36899999999999999,"15min":0.36599999999999999},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.35099999999999998}]},{"osd":3,"last update":"Tue Feb 20 00:19:31 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.38,"15min":0.38200000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.39000000000000001,"15min":0.39600000000000002},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.52600000000000002,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.38600000000000001}]},{"osd":4,"last update":"Tue Feb 20 00:18:49 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.58699999999999997}]},{"osd":5,"last update":"Tue Feb 20 00:19:04 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.55900000000000005}]},{"osd":6,"last update":"Tue Feb 20 00:19:22 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.622},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.55400000000000005}]},{"osd":7,"last update":"Tue Feb 20 00:19:40 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.629}]}]},{"osd":3,"up_from":27,"seq":115964117035,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.32600000000000001,"5min":0.33400000000000002,"15min":0.33900000000000002},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.33000000000000002,"5min":0.36399999999999999,"15min":0.37},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.52300000000000002,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.26000000000000001}]},{"osd":1,"last update":"Tue Feb 20 00:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.33200000000000002,"5min":0.37,"15min":0.378},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.47199999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.317},{"interface":"front","average":{"1min":0.34000000000000002,"5min":0.36099999999999999,"15min":0.36799999999999999},"min":{"1min":0.255,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.26900000000000002}]},{"osd":2,"last update":"Tue Feb 20 00:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.38400000000000001,"15min":0.39000000000000001},"min":{"1min":0.27200000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.48899999999999999,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.309},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.38300000000000001,"15min":0.38800000000000001},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.249}]},{"osd":4,"last update":"Tue Feb 20 00:18:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.442}]},{"osd":5,"last update":"Tue Feb 20 00:19:04 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.434},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.51500000000000001}]},{"osd":6,"last update":"Tue Feb 20 00:19:23 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.48999999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41599999999999998}]}]},{"osd":4,"up_from":32,"seq":137438953499,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:18:50 2024","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.64800000000000002}]},{"osd":1,"last update":"Tue Feb 20 00:18:50 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.63400000000000001}]},{"osd":2,"last update":"Tue Feb 20 00:18:50 2024","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.59799999999999998}]},{"osd":3,"last update":"Tue Feb 20 00:18:50 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.60299999999999998}]},{"osd":5,"last update":"Tue Feb 20 00:19:07 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.437}]},{"osd":6,"last update":"Tue Feb 20 00:19:24 2024","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.56000000000000005}]},{"osd":7,"last update":"Tue Feb 20 00:19:40 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.54000000000000004}]}]},{"osd":5,"up_from":37,"seq":158913789975,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185339,"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":"Tue Feb 20 00:19:05 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.434}]},{"osd":1,"last update":"Tue Feb 20 00:19:05 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.39600000000000002}]},{"osd":2,"last update":"Tue Feb 20 00:19:05 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.38400000000000001}]},{"osd":3,"last update":"Tue Feb 20 00:19:05 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.378},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.42099999999999999}]},{"osd":4,"last update":"Tue Feb 20 00:19:05 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.317},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.44400000000000001}]},{"osd":6,"last update":"Tue Feb 20 00:19:24 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.35899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46600000000000003}]}]}]}} 2024-02-20T00:19:45.471 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-20T00:19:45.472 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-20T00:19:45.472 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-20T00:19:45.472 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph health --format=json 2024-02-20T00:19:45.614 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/config 2024-02-20T00:19:47.495 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:19:48.182 INFO:teuthology.orchestra.run.smithi110.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-20T00:19:48.182 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-20T00:19:48.182 INFO:tasks.cephadm:Setup complete, yielding 2024-02-20T00:19:48.183 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-20T00:19:48.193 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-02-20T00:19:48.194 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- bash -c 'ceph orch status' 2024-02-20T00:19:50.314 INFO:teuthology.orchestra.run.smithi110.stdout:Backend: cephadm 2024-02-20T00:19:50.314 INFO:teuthology.orchestra.run.smithi110.stdout:Available: True 2024-02-20T00:19:50.996 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-20T00:19:52.984 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:19:52.984 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 starting - - 2024-02-20T00:19:52.984 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 starting - - 2024-02-20T00:19:52.984 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 starting - - 2024-02-20T00:19:52.984 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (11m) 10m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:19:52.984 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 starting - - 2024-02-20T00:19:52.984 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (11m) 10m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:19:52.984 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 starting - - 2024-02-20T00:19:52.984 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 starting - - 2024-02-20T00:19:52.984 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 starting - - 2024-02-20T00:19:52.984 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 starting - - 2024-02-20T00:19:52.985 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 starting - - 2024-02-20T00:19:52.985 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 starting - - 2024-02-20T00:19:52.985 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 starting - - 2024-02-20T00:19:52.985 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 starting - - 2024-02-20T00:19:52.985 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 starting - - 2024-02-20T00:19:53.593 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-20T00:19:55.656 INFO:teuthology.orchestra.run.smithi110.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-02-20T00:19:55.656 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager 0/1 - - count:1 2024-02-20T00:19:55.656 INFO:teuthology.orchestra.run.smithi110.stdout:crash 2/2 - 10m * 2024-02-20T00:19:55.657 INFO:teuthology.orchestra.run.smithi110.stdout:grafana 1/1 - 10m count:1 2024-02-20T00:19:55.657 INFO:teuthology.orchestra.run.smithi110.stdout:mgr 2/2 - 10m count:2 mix mix 2024-02-20T00:19:55.657 INFO:teuthology.orchestra.run.smithi110.stdout:mon 2/5 - 10m count:5 mix mix 2024-02-20T00:19:55.657 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter 0/2 - - * 2024-02-20T00:19:55.657 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus 0/1 - - count:1 2024-02-20T00:19:56.374 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-20T00:19:58.240 INFO:teuthology.orchestra.run.smithi110.stdout:HOST ADDR LABELS STATUS 2024-02-20T00:19:58.240 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 smithi110 2024-02-20T00:19:58.241 INFO:teuthology.orchestra.run.smithi110.stdout:smithi148 smithi148 2024-02-20T00:19:58.963 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-20T00:20:01.043 INFO:teuthology.orchestra.run.smithi110.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-20T00:20:01.043 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/nvme0n1 ssd PHMB7476002T480DGN 480G Unknown N/A N/A No 2024-02-20T00:20:01.808 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-20T00:20:01.817 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-02-20T00:20:01.818 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-20T00:20:01.848 INFO:teuthology.orchestra.run.smithi110.stderr:+ systemctl stop nfs-server 2024-02-20T00:20:01.855 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi148.front.sepia.ceph.com 2024-02-20T00:20:01.855 DEBUG:teuthology.orchestra.run.smithi148:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-20T00:20:01.893 INFO:teuthology.orchestra.run.smithi148.stderr:+ systemctl stop nfs-server 2024-02-20T00:20:01.901 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-20T00:20:01.910 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-02-20T00:20:01.910 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-20T00:20:05.942 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-20T00:20:05.955 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-20T00:20:05.955 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:08.029 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:08.029 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:08.754 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:09.755 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:11.811 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:11.811 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:12.577 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:13.578 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:15.627 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:15.628 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:16.398 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:17.398 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:19.498 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:19.498 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:20.177 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:21.178 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:23.109 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:23.110 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:23.740 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:24.741 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:26.744 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:26.745 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:27.581 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:28.582 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:30.616 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:30.616 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:31.213 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:32.215 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:34.221 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:34.222 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:35.012 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:36.013 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:38.136 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:38.136 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:38.919 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:39.920 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:42.104 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:42.105 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:42.829 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:43.829 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:45.914 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:45.915 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:46.677 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:47.678 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:49.706 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:49.707 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:50.530 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:51.531 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:53.530 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:53.531 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:54.238 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:55.240 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:20:57.324 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:20:57.324 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:20:57.994 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:20:58.995 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:00.898 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:00.898 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:01.624 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:02.625 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:04.625 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:04.625 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:05.396 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:06.397 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:08.501 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:08.501 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:09.291 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:10.292 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:12.273 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:12.273 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:13.014 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:14.015 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:16.062 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:16.062 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:16.695 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:17.696 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:19.748 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:19.749 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:20.546 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:21.547 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:23.393 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:23.393 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:24.039 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:25.040 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:27.223 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:27.223 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:27.914 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:28.915 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:30.905 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:30.905 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:31.529 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:32.530 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:34.446 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:34.446 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:35.129 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:36.130 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:38.186 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:38.186 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:38.880 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:39.881 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:41.878 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:41.879 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:42.517 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:43.519 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:45.519 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:45.520 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:46.141 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:47.143 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:49.088 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:49.088 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:49.832 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:50.833 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:52.938 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:52.938 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:53.570 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:54.571 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:21:56.486 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:21:56.487 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:21:57.437 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:21:58.438 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:00.534 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:00.534 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:01.219 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:02.220 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:04.498 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:04.498 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-20T00:09:23.728951Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-20T00:09:32.359442Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:22.135935Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:09:19.774462Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:05.459 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:06.460 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:09.125 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:09.125 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:11.225 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:12.226 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:14.427 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:14.427 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:15.202 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:16.203 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:18.320 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:18.320 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:19.032 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:20.032 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:22.020 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:22.049 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:22.805 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:23.806 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:25.932 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:25.932 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:26.562 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:27.563 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:29.952 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:29.953 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:30.594 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:31.595 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:33.610 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:33.610 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:34.282 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:35.283 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:37.216 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:37.216 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:37.824 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:38.825 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:40.796 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:40.796 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:41.481 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:42.482 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:44.607 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:44.607 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:45.278 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:46.279 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:48.420 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:48.420 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:49.040 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:50.041 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:52.107 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:52.107 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:52.796 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:53.798 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:55.793 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:55.794 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:22:56.524 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:22:57.527 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:22:59.730 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:22:59.730 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:00.462 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:01.463 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:03.627 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:03.627 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:04.345 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:05.346 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:07.319 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:07.320 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:08.099 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:09.134 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:11.361 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:11.362 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:11.967 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:12.968 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:15.095 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:15.095 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:15.768 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:16.770 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:18.820 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:18.820 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:19.473 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:20.474 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:22.633 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:22.634 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:23.352 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:24.354 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:26.439 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:26.439 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:27.031 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:28.032 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:30.234 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:30.234 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:30.927 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:31.927 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:33.945 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:33.945 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:34.683 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:35.684 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:37.700 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:37.700 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:38.489 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:39.490 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:41.600 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:41.601 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:42.354 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:43.354 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:45.697 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:45.698 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:46.494 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:47.495 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:49.598 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:49.598 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:50.445 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:51.446 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:53.754 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:53.755 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:54.634 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:55.636 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:23:57.908 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:23:57.908 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:23:58.598 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:23:59.600 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:01.760 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:01.760 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:02.530 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:03.531 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:05.739 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:05.739 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:06.461 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:07.462 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:09.664 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:09.664 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:10.418 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:11.419 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:13.506 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:13.507 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:14.183 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:15.184 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:17.482 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:17.482 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:18.247 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:19.247 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:21.475 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:21.475 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:22.287 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:23.288 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:25.335 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:25.335 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:26.153 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:27.154 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:29.270 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:29.270 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:29.959 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:30.959 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:33.061 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:33.061 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:33.672 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:34.672 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:36.727 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:36.727 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:37.520 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:38.522 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:40.836 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:40.836 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:41.720 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:42.721 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:44.871 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:44.871 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:45.660 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:46.664 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:48.801 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:48.802 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:49.646 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:50.647 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:52.861 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:52.861 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:53.642 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:54.643 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:24:56.782 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:24:56.782 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:24:57.565 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:24:58.566 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:00.774 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:00.774 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:01.824 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:02.827 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:05.014 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:05.015 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:05.803 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:06.805 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:08.841 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:08.841 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:09.610 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:10.612 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:12.654 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:12.655 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:13.340 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:14.341 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:16.660 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:16.660 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:17.332 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:18.334 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:20.502 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:20.502 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:21.333 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:22.334 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:24.339 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:24.339 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:24.938 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:25.939 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:28.098 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:28.098 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:28.783 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:29.784 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:31.985 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:31.985 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:32.909 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:33.911 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:35.956 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:35.957 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:36.694 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:37.695 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:39.839 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:39.839 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:40.685 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:41.686 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:43.852 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:43.853 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:44.633 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:45.634 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:47.780 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:47.781 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:48.479 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:49.480 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:51.637 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:51.638 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:52.369 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:53.370 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:55.658 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:55.658 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:25:56.442 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:25:57.443 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:25:59.639 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:25:59.640 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:00.465 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:01.467 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:03.592 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:03.593 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:04.372 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:05.373 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:07.344 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:07.344 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:08.050 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:09.051 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:11.169 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:11.170 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:11.913 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:12.914 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:15.104 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:15.104 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:15.686 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:16.687 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:18.724 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:18.724 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:19.441 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:20.442 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:22.495 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:22.496 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:23.217 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:24.218 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:26.365 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:26.366 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:27.037 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:28.038 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:30.244 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:30.244 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:31.069 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:32.069 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:34.324 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:34.324 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:35.067 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:36.068 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:38.094 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:38.094 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:38.850 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:39.851 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:42.134 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:42.134 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:42.808 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:43.810 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:46.034 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:46.035 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:46.772 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:47.773 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:49.960 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:49.960 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:50.681 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:51.682 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:53.735 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:53.735 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:54.472 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:55.474 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:26:57.708 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:26:57.709 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:26:58.401 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:26:59.402 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:01.620 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:01.620 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:02.399 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:03.400 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:05.909 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:05.909 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:06.629 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:07.630 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:09.771 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:09.771 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:10.541 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:11.542 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:13.719 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:13.719 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:14.491 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:15.493 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:17.689 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:17.689 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:18.464 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:19.466 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:21.545 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:21.546 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:22.162 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:23.163 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:25.336 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:25.336 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:26.103 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:27.104 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:29.347 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:29.348 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:30.093 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:31.094 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:33.166 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:33.167 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:33.958 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:34.960 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:37.294 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:37.294 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:38.074 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:39.076 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:41.178 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:41.178 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:41.847 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:42.848 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:45.015 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:45.015 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:45.746 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:46.747 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:48.904 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:48.904 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:49.686 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:50.688 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:52.848 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:52.849 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:53.686 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:54.687 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:27:56.871 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:27:56.871 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:27:57.582 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:27:58.583 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:00.683 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:00.683 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:01.438 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:02.439 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:04.596 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:04.596 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:05.330 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:06.331 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:08.466 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:08.466 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:09.084 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:10.084 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:12.115 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:12.115 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:12.800 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:13.801 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:15.912 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:15.913 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:16.673 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:17.674 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:19.903 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:19.903 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:20.559 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:21.561 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:23.793 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:23.793 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:24.496 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:25.497 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:27.645 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:27.645 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:28.251 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:29.252 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:31.549 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:31.550 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:32.334 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:33.335 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:35.583 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:35.584 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:36.420 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:37.421 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:39.657 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:39.657 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:40.444 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:41.445 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:43.706 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:43.706 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:44.492 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:45.493 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:47.545 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:47.545 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:48.331 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:49.332 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:51.541 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:51.541 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:52.353 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:53.354 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:55.540 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:55.541 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:28:56.234 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:28:57.235 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:28:59.531 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:28:59.531 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:29:00.131 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:29:01.133 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:29:03.435 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:29:03.481 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:29:04.144 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:29:05.145 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:29:07.369 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:29:07.370 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:29:08.091 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:29:09.093 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:29:11.334 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:29:11.334 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:29:12.091 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:29:13.092 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:29:15.300 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:29:15.301 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:29:16.056 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:29:17.057 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:29:19.133 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:29:19.133 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:29:19.702 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:29:20.703 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:29:22.926 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:29:22.926 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:29:23.669 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:29:24.670 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:29:26.870 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:29:26.870 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:29:27.641 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:29:28.642 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:29:30.945 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:29:30.946 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:29:30.925225Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:28:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:29:31.706 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-20T00:29:32.707 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:29:35.384 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:29:35.384 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:04.527857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-20T00:20:05.304928Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:04.527921Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:04.527729Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:04.527979Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:04.527986Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:29:30.925225Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:28:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:29:36.614 INFO:tasks.cephadm:mds.foofs has 1/2 2024-02-20T00:29:37.615 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:29:40.087 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:29:40.088 INFO:teuthology.orchestra.run.smithi110.stdout:[{"events": ["2024-02-20T00:14:58.457040Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:10:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:14Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:11:51Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:13:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:13:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:14:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:27:10.065697Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi110 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:23:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:24:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi110 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-02-20T00:25:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:25:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:26:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:23.728951Z", "last_refresh": "2024-02-20T00:22:06.611091Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-02-20T00:09:32.359442Z", "last_refresh": "2024-02-20T00:22:06.611590Z", "running": 1, "size": 1}}, {"events": ["2024-02-20T00:20:05.312547Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-02-20T00:20:05.304928Z", "last_refresh": "2024-02-20T00:29:38.663017Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:22.135935Z", "last_refresh": "2024-02-20T00:22:06.610973Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-02-20T00:09:19.774462Z", "last_refresh": "2024-02-20T00:22:06.610785Z", "running": 2, "size": 5}}, {"events": ["2024-02-20T00:17:32.798962Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi148 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi148\"", "2024-02-20T00:19:33.451624Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi110on smithi110: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi110 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\nsystemctl: stderr Job for ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-24abccd8-cf84-11ee-95bb-87774f69a715@node-exporter.smithi110\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-02-20T00:09:34.515590Z", "last_refresh": "2024-02-20T00:22:06.612535Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi110"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-02-20T00:22:06.611210Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-02-20T00:22:02.783828Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:20:10Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:20:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:21:25Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\"", "2024-02-20T00:29:30.925225Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi148on smithi148: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi148 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi148 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1...\nstat: stderr time=\"2024-02-20T00:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:28:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-20T00:28:53Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"running": 0, "size": 1}}] 2024-02-20T00:29:41.046 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-20T00:29:41.046 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-20T00:29:41.056 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-02-20T00:29:41.056 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-20T00:29:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:Invalid command: missing required parameter clusterid() 2024-02-20T00:29:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:nfs cluster create [] : Create an NFS Cluster 2024-02-20T00:29:43.527 INFO:teuthology.orchestra.run.smithi110.stderr:Error EINVAL: invalid command 2024-02-20T00:29:45.476 INFO:teuthology.orchestra.run.smithi110.stdout:NFS Cluster Created Successfully 2024-02-20T00:29:46.607 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-02-20T00:29:49.328 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:29:49.329 INFO:teuthology.orchestra.run.smithi110.stdout: "bind": "/fake", 2024-02-20T00:29:49.329 INFO:teuthology.orchestra.run.smithi110.stdout: "fs": "foofs", 2024-02-20T00:29:49.329 INFO:teuthology.orchestra.run.smithi110.stdout: "path": "/", 2024-02-20T00:29:49.329 INFO:teuthology.orchestra.run.smithi110.stdout: "cluster": "foo", 2024-02-20T00:29:49.329 INFO:teuthology.orchestra.run.smithi110.stdout: "mode": "RW" 2024-02-20T00:29:49.330 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:29:50.060 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-20T00:37:24.641 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo 2/2 - 8s count:2 2024-02-20T00:37:25.844 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-20T00:37:25.857 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-02-20T00:37:25.857 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-20T00:37:25.890 INFO:teuthology.orchestra.run.smithi110.stderr:+ mkdir /mnt/foo 2024-02-20T00:37:25.903 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-02-20T00:37:25.970 INFO:teuthology.orchestra.run.smithi110.stderr:++ hostname 2024-02-20T00:37:25.971 INFO:teuthology.orchestra.run.smithi110.stderr:+ mount -t nfs smithi110:/fake /mnt/foo -o sync 2024-02-20T00:37:26.594 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-20T00:37:26.661 INFO:teuthology.orchestra.run.smithi110.stderr:+ echo test 2024-02-20T00:37:26.671 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-20T00:37:26.737 INFO:teuthology.orchestra.run.smithi110.stderr:+ sync 2024-02-20T00:37:27.264 INFO:teuthology.run_tasks:Running task parallel... 2024-02-20T00:37:27.281 INFO:teuthology.task.parallel:starting parallel... 2024-02-20T00:37:27.282 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-20T00:37:27.282 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-20T00:37:27.283 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-02-20T00:37:27.283 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-20T00:37:27.283 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-20T00:37:27.283 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-20T00:37:27.284 INFO:teuthology.task.exec:Executing custom commands... 2024-02-20T00:37:27.285 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-02-20T00:37:27.285 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-20T00:37:27.392 INFO:teuthology.orchestra.run.smithi110.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-20T00:37:27.392 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:37:27.392 INFO:teuthology.orchestra.run.smithi110.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-20T00:37:27.402 INFO:teuthology.orchestra.run.smithi110.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-20T00:37:27.503 INFO:teuthology.orchestra.run.smithi110.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-20T00:37:27.503 INFO:teuthology.orchestra.run.smithi110.stdout:releasing clients 2024-02-20T00:37:28.503 INFO:teuthology.orchestra.run.smithi110.stdout: 5 286 53.07 MB/sec warmup 1 sec latency 13.701 ms 2024-02-20T00:37:29.503 INFO:teuthology.orchestra.run.smithi110.stdout: 5 583 49.81 MB/sec warmup 2 sec latency 17.094 ms 2024-02-20T00:37:30.486 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-20T00:37:30.503 INFO:teuthology.orchestra.run.smithi110.stdout: 5 1654 43.67 MB/sec warmup 3 sec latency 9.342 ms 2024-02-20T00:37:31.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 3036 42.05 MB/sec warmup 4 sec latency 24.219 ms 2024-02-20T00:37:32.503 INFO:teuthology.orchestra.run.smithi110.stdout: 5 4308 40.41 MB/sec warmup 5 sec latency 12.351 ms 2024-02-20T00:37:33.503 INFO:teuthology.orchestra.run.smithi110.stdout: 5 5598 38.07 MB/sec warmup 6 sec latency 15.315 ms 2024-02-20T00:37:34.503 INFO:teuthology.orchestra.run.smithi110.stdout: 5 6902 38.94 MB/sec warmup 7 sec latency 18.140 ms 2024-02-20T00:37:34.727 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-20T00:37:35.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 8016 37.46 MB/sec warmup 8 sec latency 10.817 ms 2024-02-20T00:37:36.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 9274 36.17 MB/sec warmup 9 sec latency 18.238 ms 2024-02-20T00:37:37.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 10764 38.47 MB/sec warmup 10 sec latency 13.912 ms 2024-02-20T00:37:38.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 11574 35.95 MB/sec warmup 11 sec latency 26.765 ms 2024-02-20T00:37:39.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 12854 35.18 MB/sec warmup 12 sec latency 78.287 ms 2024-02-20T00:37:40.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 14085 36.14 MB/sec warmup 13 sec latency 39.195 ms 2024-02-20T00:37:41.128 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c 'ceph mgr module enable nfs --force' 2024-02-20T00:37:41.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 14984 34.96 MB/sec warmup 14 sec latency 13.827 ms 2024-02-20T00:37:42.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 16160 34.32 MB/sec warmup 15 sec latency 16.336 ms 2024-02-20T00:37:43.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 17494 34.89 MB/sec warmup 16 sec latency 14.886 ms 2024-02-20T00:37:44.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 18646 34.49 MB/sec warmup 17 sec latency 13.802 ms 2024-02-20T00:37:45.216 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-20T00:37:45.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 19688 33.91 MB/sec warmup 18 sec latency 21.931 ms 2024-02-20T00:37:46.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 20751 33.93 MB/sec warmup 19 sec latency 19.934 ms 2024-02-20T00:37:47.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 21635 33.87 MB/sec warmup 20 sec latency 16.529 ms 2024-02-20T00:37:48.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 22425 32.77 MB/sec warmup 21 sec latency 30.666 ms 2024-02-20T00:37:49.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 23672 32.40 MB/sec warmup 22 sec latency 23.663 ms 2024-02-20T00:37:50.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 25071 33.51 MB/sec warmup 23 sec latency 13.525 ms 2024-02-20T00:37:51.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 25780 32.41 MB/sec warmup 24 sec latency 21.385 ms 2024-02-20T00:37:51.552 INFO:teuthology.orchestra.run.smithi110.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-20T00:37:52.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 27001 32.15 MB/sec warmup 25 sec latency 23.970 ms 2024-02-20T00:37:52.795 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-20T00:37:52.795 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-02-20T00:37:52.796 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-02-20T00:37:53.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 28143 32.46 MB/sec warmup 26 sec latency 19.758 ms 2024-02-20T00:37:54.504 INFO:teuthology.orchestra.run.smithi110.stdout: 5 29156 32.28 MB/sec warmup 27 sec latency 18.206 ms 2024-02-20T00:37:55.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 30056 32.00 MB/sec warmup 28 sec latency 16.328 ms 2024-02-20T00:37:55.766 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:37:56.443 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:37:56.443 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (22m) 25s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:37:56.443 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (22m) 2s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:37:56.443 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (22m) 25s ago 22m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:37:56.443 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (8m) 25s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:37:56.443 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (8m) 2s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:37:56.443 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (29m) 25s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:37:56.443 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (22m) 2s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:37:56.443 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (29m) 25s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:37:56.444 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (27m) 2s ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:37:56.444 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (33s) 25s ago 32s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:37:56.444 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (37s) 2s ago 36s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:37:56.444 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 25s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:37:56.444 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 2s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:37:56.444 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (22m) 25s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:37:56.444 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (22m) 25s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:37:56.444 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (21m) 25s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:37:56.445 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (21m) 25s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:37:56.445 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (20m) 2s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:37:56.445 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (19m) 2s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:37:56.445 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (19m) 2s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:37:56.445 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (19m) 2s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:37:56.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 31147 31.74 MB/sec warmup 29 sec latency 21.035 ms 2024-02-20T00:37:56.807 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:37:56.807 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:37:56.807 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:37:56.807 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:37:56.808 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:37:56.808 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:37:56.808 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:37:56.808 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:37:56.808 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:37:56.808 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:37:56.808 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:37:56.808 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:37:56.808 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:37:56.808 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:37:56.808 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:37:56.808 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:37:56.808 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:37:57.171 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:37:57.171 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:37:57.171 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:37:57.171 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:37:57.171 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:37:57.171 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:37:57.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 32215 32.13 MB/sec warmup 30 sec latency 16.971 ms 2024-02-20T00:37:58.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 33098 31.47 MB/sec warmup 31 sec latency 15.191 ms 2024-02-20T00:37:59.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 34439 31.32 MB/sec warmup 32 sec latency 17.682 ms 2024-02-20T00:38:00.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 35811 32.11 MB/sec warmup 33 sec latency 11.515 ms 2024-02-20T00:38:01.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 36731 31.60 MB/sec warmup 34 sec latency 19.615 ms 2024-02-20T00:38:02.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 37793 31.20 MB/sec warmup 35 sec latency 18.250 ms 2024-02-20T00:38:03.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 38571 31.27 MB/sec warmup 36 sec latency 21.391 ms 2024-02-20T00:38:04.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 39355 31.23 MB/sec warmup 37 sec latency 78.123 ms 2024-02-20T00:38:05.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 40315 30.79 MB/sec warmup 38 sec latency 36.841 ms 2024-02-20T00:38:06.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 41610 30.73 MB/sec warmup 39 sec latency 24.549 ms 2024-02-20T00:38:07.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 42810 31.20 MB/sec warmup 40 sec latency 11.015 ms 2024-02-20T00:38:08.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 43698 30.81 MB/sec warmup 41 sec latency 23.316 ms 2024-02-20T00:38:09.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 45089 30.75 MB/sec warmup 42 sec latency 19.751 ms 2024-02-20T00:38:10.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 46340 31.24 MB/sec warmup 43 sec latency 16.660 ms 2024-02-20T00:38:11.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 47147 30.75 MB/sec warmup 44 sec latency 23.981 ms 2024-02-20T00:38:12.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 48315 30.63 MB/sec warmup 45 sec latency 19.472 ms 2024-02-20T00:38:13.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 49704 31.16 MB/sec warmup 46 sec latency 15.675 ms 2024-02-20T00:38:14.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 50736 30.89 MB/sec warmup 47 sec latency 19.363 ms 2024-02-20T00:38:15.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 52009 30.75 MB/sec warmup 48 sec latency 30.403 ms 2024-02-20T00:38:16.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 53022 30.95 MB/sec warmup 49 sec latency 17.945 ms 2024-02-20T00:38:17.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 53766 30.79 MB/sec warmup 50 sec latency 25.576 ms 2024-02-20T00:38:18.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 54810 30.63 MB/sec warmup 51 sec latency 18.517 ms 2024-02-20T00:38:19.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 55738 30.37 MB/sec warmup 52 sec latency 18.329 ms 2024-02-20T00:38:20.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 56625 30.46 MB/sec warmup 53 sec latency 22.440 ms 2024-02-20T00:38:21.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 57519 30.32 MB/sec warmup 54 sec latency 16.325 ms 2024-02-20T00:38:22.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 58449 30.21 MB/sec warmup 55 sec latency 29.194 ms 2024-02-20T00:38:23.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 59272 29.90 MB/sec warmup 56 sec latency 25.947 ms 2024-02-20T00:38:24.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 59912 29.88 MB/sec warmup 57 sec latency 22.869 ms 2024-02-20T00:38:25.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 60749 29.83 MB/sec warmup 58 sec latency 22.109 ms 2024-02-20T00:38:26.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 61501 29.51 MB/sec warmup 59 sec latency 22.799 ms 2024-02-20T00:38:27.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 62413 29.34 MB/sec warmup 60 sec latency 21.575 ms 2024-02-20T00:38:27.547 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:38:28.358 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:38:28.358 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (23m) 31s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:38:28.358 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (23m) 34s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:38:28.358 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (22m) 31s ago 22m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:38:28.358 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (8m) 31s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:38:28.358 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (8m) 34s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:38:28.358 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (29m) 31s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:38:28.358 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (22m) 34s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:38:28.358 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (29m) 31s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:38:28.358 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (27m) 34s ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:38:28.358 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (65s) 31s ago 64s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:38:28.358 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (69s) 34s ago 68s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:38:28.359 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 31s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:38:28.359 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 34s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:38:28.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (23m) 31s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:38:28.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (22m) 31s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:38:28.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (22m) 31s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:38:28.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (22m) 31s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:38:28.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (20m) 34s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:38:28.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (20m) 34s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:38:28.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (20m) 34s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:38:28.359 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (19m) 34s ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:38:28.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 63351 29.43 MB/sec warmup 61 sec latency 24.487 ms 2024-02-20T00:38:28.806 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:38:28.806 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:38:28.806 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:38:28.806 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:38:28.806 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:38:28.806 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:38:28.806 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:38:28.806 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:38:28.806 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:38:28.806 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:38:28.806 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:38:28.806 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:38:28.806 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:38:28.807 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:38:28.807 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:38:28.807 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:38:28.807 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:38:29.208 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:38:29.208 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:38:29.208 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:38:29.208 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:38:29.209 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:38:29.209 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:38:29.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 64223 29.44 MB/sec warmup 62 sec latency 19.892 ms 2024-02-20T00:38:30.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 64983 29.14 MB/sec warmup 63 sec latency 28.047 ms 2024-02-20T00:38:31.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 65886 28.99 MB/sec warmup 64 sec latency 23.897 ms 2024-02-20T00:38:32.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 66778 28.98 MB/sec warmup 65 sec latency 18.064 ms 2024-02-20T00:38:33.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 67635 29.06 MB/sec warmup 66 sec latency 82.401 ms 2024-02-20T00:38:34.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 68194 28.72 MB/sec warmup 67 sec latency 23.112 ms 2024-02-20T00:38:35.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 68742 28.46 MB/sec warmup 68 sec latency 39.001 ms 2024-02-20T00:38:36.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 69836 28.40 MB/sec warmup 69 sec latency 19.517 ms 2024-02-20T00:38:37.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 70687 28.48 MB/sec warmup 70 sec latency 22.252 ms 2024-02-20T00:38:38.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 71419 28.41 MB/sec warmup 71 sec latency 34.560 ms 2024-02-20T00:38:39.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 71924 28.12 MB/sec warmup 72 sec latency 40.692 ms 2024-02-20T00:38:40.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 72383 27.87 MB/sec warmup 73 sec latency 39.706 ms 2024-02-20T00:38:41.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 73003 27.66 MB/sec warmup 74 sec latency 25.893 ms 2024-02-20T00:38:42.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 73843 27.64 MB/sec warmup 75 sec latency 29.064 ms 2024-02-20T00:38:43.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 74617 27.65 MB/sec warmup 76 sec latency 27.567 ms 2024-02-20T00:38:44.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 75463 27.53 MB/sec warmup 77 sec latency 22.610 ms 2024-02-20T00:38:45.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 76434 27.46 MB/sec warmup 78 sec latency 21.564 ms 2024-02-20T00:38:46.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 77217 27.31 MB/sec warmup 79 sec latency 21.733 ms 2024-02-20T00:38:47.506 INFO:teuthology.orchestra.run.smithi110.stdout: 5 77852 27.32 MB/sec warmup 80 sec latency 23.844 ms 2024-02-20T00:38:48.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 78422 27.24 MB/sec warmup 81 sec latency 28.046 ms 2024-02-20T00:38:49.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 78820 26.97 MB/sec warmup 82 sec latency 33.779 ms 2024-02-20T00:38:50.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 79588 26.86 MB/sec warmup 83 sec latency 33.774 ms 2024-02-20T00:38:51.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 80694 26.81 MB/sec warmup 84 sec latency 20.589 ms 2024-02-20T00:38:52.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 81455 26.85 MB/sec warmup 85 sec latency 18.379 ms 2024-02-20T00:38:53.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 82074 26.79 MB/sec warmup 86 sec latency 24.939 ms 2024-02-20T00:38:54.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 82900 26.62 MB/sec warmup 87 sec latency 21.549 ms 2024-02-20T00:38:55.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 84090 26.62 MB/sec warmup 88 sec latency 24.998 ms 2024-02-20T00:38:56.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 85010 26.72 MB/sec warmup 89 sec latency 17.819 ms 2024-02-20T00:38:57.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 85698 26.68 MB/sec warmup 90 sec latency 31.706 ms 2024-02-20T00:38:58.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 86172 26.45 MB/sec warmup 91 sec latency 45.660 ms 2024-02-20T00:38:59.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 86545 26.24 MB/sec warmup 92 sec latency 101.468 ms 2024-02-20T00:38:59.516 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:39:00.088 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:39:00.088 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (23m) 63s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:39:00.088 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (23m) 66s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (23m) 63s ago 23m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (9m) 63s ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (9m) 66s ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (30m) 63s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (23m) 66s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (30m) 63s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (28m) 66s ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (96s) 63s ago 96s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (101s) 66s ago 100s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 63s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 66s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (23m) 63s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (23m) 63s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (22m) 63s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:39:00.089 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (22m) 63s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:39:00.090 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (21m) 66s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:39:00.090 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (21m) 66s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:39:00.090 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (20m) 66s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:39:00.090 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (20m) 66s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:39:00.447 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:39:00.447 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:39:00.447 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:39:00.447 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:39:00.447 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:39:00.447 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:39:00.447 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:39:00.447 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:39:00.447 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:39:00.447 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:39:00.447 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:39:00.448 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:39:00.448 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:39:00.448 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:39:00.448 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:39:00.448 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:39:00.448 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:39:00.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 87181 26.15 MB/sec warmup 93 sec latency 27.512 ms 2024-02-20T00:39:00.824 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:39:00.824 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:39:00.824 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:39:00.824 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:39:00.824 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:39:00.824 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:39:01.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 88038 26.12 MB/sec warmup 94 sec latency 21.758 ms 2024-02-20T00:39:02.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 88815 26.15 MB/sec warmup 95 sec latency 34.938 ms 2024-02-20T00:39:03.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 89326 26.01 MB/sec warmup 96 sec latency 36.722 ms 2024-02-20T00:39:04.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 90189 25.91 MB/sec warmup 97 sec latency 22.634 ms 2024-02-20T00:39:05.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 91237 25.88 MB/sec warmup 98 sec latency 23.132 ms 2024-02-20T00:39:06.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 92118 25.98 MB/sec warmup 99 sec latency 17.520 ms 2024-02-20T00:39:07.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 92841 25.93 MB/sec warmup 100 sec latency 21.185 ms 2024-02-20T00:39:08.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 93693 25.82 MB/sec warmup 101 sec latency 40.330 ms 2024-02-20T00:39:09.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 94757 25.80 MB/sec warmup 102 sec latency 22.361 ms 2024-02-20T00:39:10.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 95426 25.80 MB/sec warmup 103 sec latency 29.702 ms 2024-02-20T00:39:11.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 96080 25.77 MB/sec warmup 104 sec latency 28.699 ms 2024-02-20T00:39:12.507 INFO:teuthology.orchestra.run.smithi110.stdout: 5 96412 25.61 MB/sec warmup 105 sec latency 45.511 ms 2024-02-20T00:39:13.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 96746 25.41 MB/sec warmup 106 sec latency 62.432 ms 2024-02-20T00:39:14.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 97375 25.31 MB/sec warmup 107 sec latency 51.310 ms 2024-02-20T00:39:15.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 98348 25.26 MB/sec warmup 108 sec latency 24.839 ms 2024-02-20T00:39:16.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 99219 25.35 MB/sec warmup 109 sec latency 23.243 ms 2024-02-20T00:39:17.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 99967 25.31 MB/sec warmup 110 sec latency 19.005 ms 2024-02-20T00:39:18.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 100785 25.22 MB/sec warmup 111 sec latency 25.396 ms 2024-02-20T00:39:19.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 101551 25.16 MB/sec warmup 112 sec latency 26.696 ms 2024-02-20T00:39:20.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 102168 25.09 MB/sec warmup 113 sec latency 28.093 ms 2024-02-20T00:39:21.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 102816 25.09 MB/sec warmup 114 sec latency 27.554 ms 2024-02-20T00:39:22.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 103313 25.02 MB/sec warmup 115 sec latency 31.797 ms 2024-02-20T00:39:23.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 103879 24.87 MB/sec warmup 116 sec latency 55.584 ms 2024-02-20T00:39:24.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104434 24.76 MB/sec warmup 117 sec latency 43.854 ms 2024-02-20T00:39:25.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 105327 24.72 MB/sec warmup 118 sec latency 22.765 ms 2024-02-20T00:39:26.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 105896 24.68 MB/sec warmup 119 sec latency 60.788 ms 2024-02-20T00:39:28.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 106966 13.34 MB/sec execute 1 sec latency 29.022 ms 2024-02-20T00:39:29.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 107517 10.38 MB/sec execute 2 sec latency 36.136 ms 2024-02-20T00:39:30.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 108024 10.50 MB/sec execute 3 sec latency 36.686 ms 2024-02-20T00:39:31.195 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:39:31.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 108626 11.97 MB/sec execute 4 sec latency 44.483 ms 2024-02-20T00:39:31.922 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:39:31.922 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (24m) 94s ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:39:31.922 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (24m) 98s ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:39:31.922 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (24m) 94s ago 24m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:39:31.922 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (9m) 94s ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:39:31.922 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (9m) 98s ago 9m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:39:31.922 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (30m) 94s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:39:31.922 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (24m) 98s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:39:31.922 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (30m) 94s ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:39:31.922 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (29m) 98s ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:39:31.922 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (2m) 94s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:39:31.923 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (2m) 98s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:39:31.923 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 94s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:39:31.923 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 98s ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:39:31.923 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (24m) 94s ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:39:31.923 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (23m) 94s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:39:31.923 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (23m) 94s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:39:31.923 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (23m) 94s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:39:31.923 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (21m) 98s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:39:31.923 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (21m) 98s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:39:31.923 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (21m) 98s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:39:31.923 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (20m) 98s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:39:32.307 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:39:32.307 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:39:32.307 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:39:32.307 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:39:32.307 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:39:32.308 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:39:32.308 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:39:32.308 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:39:32.308 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:39:32.308 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:39:32.308 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:39:32.308 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:39:32.308 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:39:32.308 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:39:32.308 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:39:32.308 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:39:32.308 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:39:32.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 109132 12.20 MB/sec execute 5 sec latency 32.733 ms 2024-02-20T00:39:32.659 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:39:32.659 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:39:32.659 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:39:32.659 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:39:32.660 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:39:32.660 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:39:33.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 109532 12.57 MB/sec execute 6 sec latency 55.453 ms 2024-02-20T00:39:34.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 110240 14.38 MB/sec execute 7 sec latency 24.500 ms 2024-02-20T00:39:35.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 110761 14.18 MB/sec execute 8 sec latency 45.900 ms 2024-02-20T00:39:36.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 111235 13.11 MB/sec execute 9 sec latency 48.751 ms 2024-02-20T00:39:37.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 111686 13.33 MB/sec execute 10 sec latency 36.625 ms 2024-02-20T00:39:38.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 112503 13.57 MB/sec execute 11 sec latency 21.314 ms 2024-02-20T00:39:39.508 INFO:teuthology.orchestra.run.smithi110.stdout: 5 113125 14.44 MB/sec execute 12 sec latency 25.669 ms 2024-02-20T00:39:40.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 113756 15.07 MB/sec execute 13 sec latency 31.393 ms 2024-02-20T00:39:41.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 114142 14.67 MB/sec execute 14 sec latency 27.214 ms 2024-02-20T00:39:42.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 114579 14.11 MB/sec execute 15 sec latency 33.775 ms 2024-02-20T00:39:43.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 114933 13.76 MB/sec execute 16 sec latency 37.152 ms 2024-02-20T00:39:44.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 115590 14.03 MB/sec execute 17 sec latency 35.498 ms 2024-02-20T00:39:45.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 116613 14.83 MB/sec execute 18 sec latency 18.834 ms 2024-02-20T00:39:46.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 117665 15.82 MB/sec execute 19 sec latency 19.749 ms 2024-02-20T00:39:47.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 118441 15.70 MB/sec execute 20 sec latency 37.145 ms 2024-02-20T00:39:48.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 119161 15.91 MB/sec execute 21 sec latency 27.591 ms 2024-02-20T00:39:49.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 119659 15.61 MB/sec execute 22 sec latency 33.235 ms 2024-02-20T00:39:50.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 119974 15.37 MB/sec execute 23 sec latency 39.564 ms 2024-02-20T00:39:51.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 120348 15.49 MB/sec execute 24 sec latency 45.485 ms 2024-02-20T00:39:52.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 120790 15.45 MB/sec execute 25 sec latency 42.245 ms 2024-02-20T00:39:53.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 121102 15.18 MB/sec execute 26 sec latency 67.719 ms 2024-02-20T00:39:54.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 121399 14.83 MB/sec execute 27 sec latency 48.598 ms 2024-02-20T00:39:55.511 INFO:teuthology.orchestra.run.smithi110.stdout: 5 121922 14.59 MB/sec execute 28 sec latency 31.346 ms 2024-02-20T00:39:56.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 122420 14.51 MB/sec execute 29 sec latency 40.067 ms 2024-02-20T00:39:57.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 123035 14.45 MB/sec execute 30 sec latency 34.142 ms 2024-02-20T00:39:58.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 123518 14.49 MB/sec execute 31 sec latency 34.812 ms 2024-02-20T00:39:59.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 124070 14.74 MB/sec execute 32 sec latency 27.206 ms 2024-02-20T00:40:00.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 124593 14.84 MB/sec execute 33 sec latency 32.016 ms 2024-02-20T00:40:01.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 125104 14.64 MB/sec execute 34 sec latency 40.097 ms 2024-02-20T00:40:02.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 126166 15.00 MB/sec execute 35 sec latency 29.390 ms 2024-02-20T00:40:03.093 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:40:03.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 126985 15.07 MB/sec execute 36 sec latency 25.795 ms 2024-02-20T00:40:03.860 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:40:03.860 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:40:03.860 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (25m) 2m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:40:03.860 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (24m) 2m ago 24m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:40:03.860 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (10m) 2m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:40:03.860 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (10m) 2m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (29m) 2m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 2m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 2m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (23m) 2m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:40:03.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (21m) 2m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:40:03.862 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (21m) 2m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:40:04.283 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:40:04.283 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:40:04.283 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:40:04.283 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:40:04.284 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:40:04.284 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:40:04.284 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:40:04.284 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:40:04.284 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:40:04.284 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:40:04.284 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:40:04.284 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:40:04.284 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:40:04.284 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:40:04.284 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:40:04.284 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:40:04.284 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:40:04.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 127669 15.36 MB/sec execute 37 sec latency 37.291 ms 2024-02-20T00:40:04.647 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:40:04.647 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:40:04.647 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:40:04.647 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:40:04.647 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:40:04.647 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:40:05.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 128141 15.40 MB/sec execute 38 sec latency 34.960 ms 2024-02-20T00:40:06.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 128538 15.18 MB/sec execute 39 sec latency 37.173 ms 2024-02-20T00:40:07.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 129501 15.30 MB/sec execute 40 sec latency 24.920 ms 2024-02-20T00:40:08.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 130601 15.61 MB/sec execute 41 sec latency 28.511 ms 2024-02-20T00:40:09.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 131542 16.06 MB/sec execute 42 sec latency 26.821 ms 2024-02-20T00:40:10.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 131893 15.95 MB/sec execute 43 sec latency 40.912 ms 2024-02-20T00:40:11.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 132298 15.67 MB/sec execute 44 sec latency 40.269 ms 2024-02-20T00:40:12.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 133175 15.83 MB/sec execute 45 sec latency 28.338 ms 2024-02-20T00:40:13.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 134067 15.95 MB/sec execute 46 sec latency 25.889 ms 2024-02-20T00:40:14.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 134475 15.94 MB/sec execute 47 sec latency 30.532 ms 2024-02-20T00:40:15.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 134865 15.87 MB/sec execute 48 sec latency 42.424 ms 2024-02-20T00:40:16.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 135229 15.83 MB/sec execute 49 sec latency 49.923 ms 2024-02-20T00:40:17.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 136060 15.81 MB/sec execute 50 sec latency 33.422 ms 2024-02-20T00:40:18.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 136371 15.60 MB/sec execute 51 sec latency 65.612 ms 2024-02-20T00:40:19.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 136798 15.61 MB/sec execute 52 sec latency 68.164 ms 2024-02-20T00:40:20.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 137247 15.40 MB/sec execute 53 sec latency 53.609 ms 2024-02-20T00:40:21.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 137630 15.36 MB/sec execute 54 sec latency 53.395 ms 2024-02-20T00:40:22.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 138052 15.44 MB/sec execute 55 sec latency 35.533 ms 2024-02-20T00:40:23.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 138407 15.31 MB/sec execute 56 sec latency 44.550 ms 2024-02-20T00:40:24.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 138744 15.28 MB/sec execute 57 sec latency 49.356 ms 2024-02-20T00:40:25.512 INFO:teuthology.orchestra.run.smithi110.stdout: 5 139002 15.13 MB/sec execute 58 sec latency 77.604 ms 2024-02-20T00:40:26.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 139281 14.92 MB/sec execute 59 sec latency 57.315 ms 2024-02-20T00:40:27.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 139670 14.78 MB/sec execute 60 sec latency 53.504 ms 2024-02-20T00:40:28.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 140340 14.88 MB/sec execute 61 sec latency 30.618 ms 2024-02-20T00:40:29.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 141085 14.88 MB/sec execute 62 sec latency 48.248 ms 2024-02-20T00:40:30.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 141340 14.75 MB/sec execute 63 sec latency 36.624 ms 2024-02-20T00:40:31.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 141696 14.79 MB/sec execute 64 sec latency 38.488 ms 2024-02-20T00:40:32.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 142045 14.73 MB/sec execute 65 sec latency 58.056 ms 2024-02-20T00:40:33.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 142335 14.67 MB/sec execute 66 sec latency 45.337 ms 2024-02-20T00:40:34.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 142688 14.54 MB/sec execute 67 sec latency 45.654 ms 2024-02-20T00:40:35.000 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:40:35.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 143151 14.44 MB/sec execute 68 sec latency 45.105 ms 2024-02-20T00:40:35.630 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:40:35.630 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (25m) 2m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:40:35.630 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (25m) 2m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:40:35.630 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (25m) 2m ago 25m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:40:35.630 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (10m) 2m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:40:35.630 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (11m) 2m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (25m) 2m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (31m) 2m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (30m) 2m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 2m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 2m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (25m) 2m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:40:35.631 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:40:35.632 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:40:35.632 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:40:36.015 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:40:36.016 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:40:36.016 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:40:36.016 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:40:36.016 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:40:36.016 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:40:36.016 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:40:36.016 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:40:36.016 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:40:36.016 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:40:36.016 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:40:36.016 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:40:36.016 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:40:36.017 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:40:36.017 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:40:36.017 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:40:36.017 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:40:36.350 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:40:36.350 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:40:36.350 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:40:36.350 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:40:36.350 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:40:36.350 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:40:36.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 143670 14.38 MB/sec execute 69 sec latency 59.521 ms 2024-02-20T00:40:37.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 144294 14.39 MB/sec execute 70 sec latency 33.843 ms 2024-02-20T00:40:38.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 144702 14.38 MB/sec execute 71 sec latency 33.717 ms 2024-02-20T00:40:39.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 144958 14.29 MB/sec execute 72 sec latency 41.204 ms 2024-02-20T00:40:40.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 145275 14.29 MB/sec execute 73 sec latency 66.457 ms 2024-02-20T00:40:41.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 145559 14.19 MB/sec execute 74 sec latency 52.485 ms 2024-02-20T00:40:42.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 145902 14.19 MB/sec execute 75 sec latency 68.980 ms 2024-02-20T00:40:43.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 146283 14.08 MB/sec execute 76 sec latency 48.438 ms 2024-02-20T00:40:44.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 146687 13.96 MB/sec execute 77 sec latency 47.947 ms 2024-02-20T00:40:45.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 147048 13.92 MB/sec execute 78 sec latency 44.774 ms 2024-02-20T00:40:46.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 147504 13.92 MB/sec execute 79 sec latency 48.669 ms 2024-02-20T00:40:47.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 147960 13.83 MB/sec execute 80 sec latency 47.854 ms 2024-02-20T00:40:48.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 148365 13.82 MB/sec execute 81 sec latency 30.487 ms 2024-02-20T00:40:49.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 148847 13.89 MB/sec execute 82 sec latency 37.627 ms 2024-02-20T00:40:50.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 149324 13.93 MB/sec execute 83 sec latency 52.911 ms 2024-02-20T00:40:51.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 150087 13.90 MB/sec execute 84 sec latency 25.567 ms 2024-02-20T00:40:52.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 150927 14.05 MB/sec execute 85 sec latency 33.159 ms 2024-02-20T00:40:53.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 151900 14.12 MB/sec execute 86 sec latency 25.746 ms 2024-02-20T00:40:54.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 152906 14.40 MB/sec execute 87 sec latency 38.462 ms 2024-02-20T00:40:55.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 153655 14.36 MB/sec execute 88 sec latency 47.564 ms 2024-02-20T00:40:56.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 154353 14.41 MB/sec execute 89 sec latency 43.397 ms 2024-02-20T00:40:57.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 155303 14.52 MB/sec execute 90 sec latency 25.327 ms 2024-02-20T00:40:58.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 155986 14.63 MB/sec execute 91 sec latency 28.243 ms 2024-02-20T00:40:59.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 156591 14.69 MB/sec execute 92 sec latency 25.189 ms 2024-02-20T00:41:00.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 157321 14.67 MB/sec execute 93 sec latency 25.770 ms 2024-02-20T00:41:01.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 157909 14.66 MB/sec execute 94 sec latency 50.509 ms 2024-02-20T00:41:02.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 158411 14.62 MB/sec execute 95 sec latency 32.846 ms 2024-02-20T00:41:03.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 158846 14.61 MB/sec execute 96 sec latency 47.541 ms 2024-02-20T00:41:04.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 159145 14.55 MB/sec execute 97 sec latency 30.550 ms 2024-02-20T00:41:05.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 159937 14.72 MB/sec execute 98 sec latency 33.150 ms 2024-02-20T00:41:06.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 160436 14.67 MB/sec execute 99 sec latency 31.832 ms 2024-02-20T00:41:06.753 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:41:07.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 160938 14.60 MB/sec execute 100 sec latency 38.247 ms 2024-02-20T00:41:07.554 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:41:07.554 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:41:07.554 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:41:07.554 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (25m) 3m ago 25m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:41:07.554 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (11m) 3m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:41:07.554 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (11m) 3m ago 11m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:41:07.554 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:41:07.554 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:41:07.554 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:41:07.555 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (30m) 3m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:41:07.555 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:41:07.555 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:41:07.555 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 3m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:41:07.555 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 3m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:41:07.555 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:41:07.555 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:41:07.555 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:41:07.555 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (24m) 3m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:41:07.555 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:41:07.555 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:41:07.555 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (22m) 3m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:41:07.555 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (22m) 3m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:41:07.963 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:41:07.963 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:41:07.963 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:41:07.963 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:41:07.963 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:41:07.963 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:41:07.963 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:41:07.963 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:41:07.963 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:41:07.963 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:41:07.963 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:41:07.964 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:41:07.964 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:41:07.964 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:41:07.964 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:41:07.964 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:41:07.964 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:41:08.343 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:41:08.343 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:41:08.343 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:41:08.343 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:41:08.343 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:41:08.343 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:41:08.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 161502 14.64 MB/sec execute 101 sec latency 29.633 ms 2024-02-20T00:41:09.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 162312 14.65 MB/sec execute 102 sec latency 30.952 ms 2024-02-20T00:41:10.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 162888 14.74 MB/sec execute 103 sec latency 30.200 ms 2024-02-20T00:41:11.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 163262 14.69 MB/sec execute 104 sec latency 48.257 ms 2024-02-20T00:41:12.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 163611 14.69 MB/sec execute 105 sec latency 42.797 ms 2024-02-20T00:41:13.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 164040 14.61 MB/sec execute 106 sec latency 58.705 ms 2024-02-20T00:41:14.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 164803 14.59 MB/sec execute 107 sec latency 40.707 ms 2024-02-20T00:41:15.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 165659 14.67 MB/sec execute 108 sec latency 28.074 ms 2024-02-20T00:41:16.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 166329 14.76 MB/sec execute 109 sec latency 24.164 ms 2024-02-20T00:41:17.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 166901 14.79 MB/sec execute 110 sec latency 39.406 ms 2024-02-20T00:41:18.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 167352 14.79 MB/sec execute 111 sec latency 30.726 ms 2024-02-20T00:41:19.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 168048 14.75 MB/sec execute 112 sec latency 41.300 ms 2024-02-20T00:41:20.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 168742 14.80 MB/sec execute 113 sec latency 33.518 ms 2024-02-20T00:41:21.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 169444 14.80 MB/sec execute 114 sec latency 22.256 ms 2024-02-20T00:41:22.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 169952 14.85 MB/sec execute 115 sec latency 31.140 ms 2024-02-20T00:41:23.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 170604 14.91 MB/sec execute 116 sec latency 36.903 ms 2024-02-20T00:41:24.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 171190 14.88 MB/sec execute 117 sec latency 31.673 ms 2024-02-20T00:41:25.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 171895 14.85 MB/sec execute 118 sec latency 45.802 ms 2024-02-20T00:41:26.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 172855 14.95 MB/sec execute 119 sec latency 33.545 ms 2024-02-20T00:41:27.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 173471 15.01 MB/sec execute 120 sec latency 28.070 ms 2024-02-20T00:41:28.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 174008 15.03 MB/sec execute 121 sec latency 29.054 ms 2024-02-20T00:41:29.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 174428 15.03 MB/sec execute 122 sec latency 47.288 ms 2024-02-20T00:41:30.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 174804 14.93 MB/sec execute 123 sec latency 48.223 ms 2024-02-20T00:41:31.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 175085 14.86 MB/sec execute 124 sec latency 49.930 ms 2024-02-20T00:41:32.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 175326 14.77 MB/sec execute 125 sec latency 85.363 ms 2024-02-20T00:41:33.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 175622 14.73 MB/sec execute 126 sec latency 70.323 ms 2024-02-20T00:41:34.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 175913 14.68 MB/sec execute 127 sec latency 70.737 ms 2024-02-20T00:41:35.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 176663 14.70 MB/sec execute 128 sec latency 69.982 ms 2024-02-20T00:41:36.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 177326 14.78 MB/sec execute 129 sec latency 39.020 ms 2024-02-20T00:41:37.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 178097 14.85 MB/sec execute 130 sec latency 23.300 ms 2024-02-20T00:41:38.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 178718 14.80 MB/sec execute 131 sec latency 77.702 ms 2024-02-20T00:41:38.697 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:41:39.377 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:41:39.377 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (26m) 3m ago 26m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (12m) 3m ago 12m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (12m) 3m ago 12m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (32m) 3m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (31m) 3m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 3m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 3m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (26m) 3m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:41:39.378 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:41:39.379 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:41:39.379 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:41:39.379 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:41:39.379 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:41:39.379 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:41:39.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 179280 14.82 MB/sec execute 132 sec latency 35.599 ms 2024-02-20T00:41:39.781 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:41:39.781 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:41:39.781 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:41:39.781 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:41:39.781 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:41:39.781 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:41:39.781 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:41:39.781 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:41:39.781 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:41:39.782 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:41:39.782 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:41:39.782 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:41:39.782 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:41:39.782 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:41:39.782 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:41:39.782 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:41:39.782 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:41:40.129 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:41:40.130 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:41:40.130 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:41:40.130 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:41:40.130 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:41:40.130 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:41:40.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 179949 14.82 MB/sec execute 133 sec latency 32.141 ms 2024-02-20T00:41:41.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 180261 14.77 MB/sec execute 134 sec latency 39.736 ms 2024-02-20T00:41:42.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 180618 14.79 MB/sec execute 135 sec latency 36.534 ms 2024-02-20T00:41:43.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 180920 14.73 MB/sec execute 136 sec latency 65.156 ms 2024-02-20T00:41:44.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 181305 14.72 MB/sec execute 137 sec latency 55.223 ms 2024-02-20T00:41:45.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 181567 14.67 MB/sec execute 138 sec latency 50.308 ms 2024-02-20T00:41:46.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 181876 14.59 MB/sec execute 139 sec latency 54.162 ms 2024-02-20T00:41:47.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 182148 14.52 MB/sec execute 140 sec latency 82.167 ms 2024-02-20T00:41:48.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 182391 14.44 MB/sec execute 141 sec latency 65.397 ms 2024-02-20T00:41:49.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 182675 14.40 MB/sec execute 142 sec latency 49.238 ms 2024-02-20T00:41:50.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 182967 14.38 MB/sec execute 143 sec latency 68.618 ms 2024-02-20T00:41:51.516 INFO:teuthology.orchestra.run.smithi110.stdout: 5 183477 14.35 MB/sec execute 144 sec latency 93.136 ms 2024-02-20T00:41:52.517 INFO:teuthology.orchestra.run.smithi110.stdout: 5 183852 14.31 MB/sec execute 145 sec latency 30.644 ms 2024-02-20T00:41:53.517 INFO:teuthology.orchestra.run.smithi110.stdout: 5 184284 14.35 MB/sec execute 146 sec latency 45.779 ms 2024-02-20T00:41:54.517 INFO:teuthology.orchestra.run.smithi110.stdout: 5 184628 14.32 MB/sec execute 147 sec latency 59.922 ms 2024-02-20T00:41:55.517 INFO:teuthology.orchestra.run.smithi110.stdout: 5 184890 14.28 MB/sec execute 148 sec latency 66.425 ms 2024-02-20T00:41:56.517 INFO:teuthology.orchestra.run.smithi110.stdout: 5 185086 14.23 MB/sec execute 149 sec latency 42.502 ms 2024-02-20T00:41:57.517 INFO:teuthology.orchestra.run.smithi110.stdout: 5 185286 14.15 MB/sec execute 150 sec latency 70.596 ms 2024-02-20T00:41:58.517 INFO:teuthology.orchestra.run.smithi110.stdout: 5 185713 14.10 MB/sec execute 151 sec latency 35.903 ms 2024-02-20T00:41:59.517 INFO:teuthology.orchestra.run.smithi110.stdout: 5 186126 14.07 MB/sec execute 152 sec latency 47.629 ms 2024-02-20T00:42:00.518 INFO:teuthology.orchestra.run.smithi110.stdout: 5 186572 14.07 MB/sec execute 153 sec latency 40.557 ms 2024-02-20T00:42:01.518 INFO:teuthology.orchestra.run.smithi110.stdout: 5 187094 14.05 MB/sec execute 154 sec latency 43.090 ms 2024-02-20T00:42:02.518 INFO:teuthology.orchestra.run.smithi110.stdout: 5 187400 14.01 MB/sec execute 155 sec latency 34.908 ms 2024-02-20T00:42:03.518 INFO:teuthology.orchestra.run.smithi110.stdout: 5 187785 14.04 MB/sec execute 156 sec latency 47.787 ms 2024-02-20T00:42:04.518 INFO:teuthology.orchestra.run.smithi110.stdout: 5 188180 14.02 MB/sec execute 157 sec latency 41.190 ms 2024-02-20T00:42:05.518 INFO:teuthology.orchestra.run.smithi110.stdout: 5 188521 14.00 MB/sec execute 158 sec latency 52.622 ms 2024-02-20T00:42:06.518 INFO:teuthology.orchestra.run.smithi110.stdout: 5 188800 13.95 MB/sec execute 159 sec latency 58.727 ms 2024-02-20T00:42:07.518 INFO:teuthology.orchestra.run.smithi110.stdout: 5 189420 13.91 MB/sec execute 160 sec latency 28.402 ms 2024-02-20T00:42:08.518 INFO:teuthology.orchestra.run.smithi110.stdout: 5 190108 13.97 MB/sec execute 161 sec latency 31.574 ms 2024-02-20T00:42:09.518 INFO:teuthology.orchestra.run.smithi110.stdout: 5 190796 13.97 MB/sec execute 162 sec latency 41.391 ms 2024-02-20T00:42:10.464 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:42:10.518 INFO:teuthology.orchestra.run.smithi110.stdout: 5 191295 14.00 MB/sec execute 163 sec latency 36.991 ms 2024-02-20T00:42:11.166 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:42:11.166 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:42:11.166 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:42:11.166 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (26m) 4m ago 26m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:42:11.166 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (12m) 4m ago 12m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:42:11.166 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (12m) 4m ago 12m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:42:11.166 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:42:11.166 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:42:11.166 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:42:11.166 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (31m) 4m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:42:11.166 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:42:11.167 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:42:11.167 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 4m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:42:11.167 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 4m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:42:11.167 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:42:11.167 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:42:11.167 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:42:11.167 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (25m) 4m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:42:11.167 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:42:11.167 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:42:11.167 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (23m) 4m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:42:11.167 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (23m) 4m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:42:11.518 INFO:teuthology.orchestra.run.smithi110.stdout: 5 191766 14.01 MB/sec execute 164 sec latency 62.695 ms 2024-02-20T00:42:11.597 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:42:11.597 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:42:11.597 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:42:11.597 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:42:11.597 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:42:11.597 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:42:11.598 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:42:11.598 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:42:11.598 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:42:11.598 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:42:11.598 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:42:11.598 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:42:11.598 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:42:11.598 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:42:11.598 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:42:11.598 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:42:11.598 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:42:11.972 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:42:11.973 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:42:11.973 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:42:11.973 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:42:11.973 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:42:11.973 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:42:12.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 192279 14.01 MB/sec execute 165 sec latency 31.073 ms 2024-02-20T00:42:13.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 192838 13.98 MB/sec execute 166 sec latency 38.273 ms 2024-02-20T00:42:14.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 193380 13.97 MB/sec execute 167 sec latency 44.214 ms 2024-02-20T00:42:15.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 194079 14.01 MB/sec execute 168 sec latency 29.253 ms 2024-02-20T00:42:16.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 194538 14.00 MB/sec execute 169 sec latency 28.314 ms 2024-02-20T00:42:17.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 195089 14.02 MB/sec execute 170 sec latency 35.454 ms 2024-02-20T00:42:18.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 195817 14.08 MB/sec execute 171 sec latency 23.314 ms 2024-02-20T00:42:19.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 196685 14.09 MB/sec execute 172 sec latency 36.440 ms 2024-02-20T00:42:20.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 197541 14.15 MB/sec execute 173 sec latency 43.232 ms 2024-02-20T00:42:21.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 197951 14.12 MB/sec execute 174 sec latency 48.360 ms 2024-02-20T00:42:22.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 198290 14.10 MB/sec execute 175 sec latency 52.332 ms 2024-02-20T00:42:23.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 198648 14.09 MB/sec execute 176 sec latency 44.739 ms 2024-02-20T00:42:24.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 199263 14.14 MB/sec execute 177 sec latency 37.937 ms 2024-02-20T00:42:25.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 199827 14.10 MB/sec execute 178 sec latency 46.250 ms 2024-02-20T00:42:26.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 200150 14.04 MB/sec execute 179 sec latency 72.202 ms 2024-02-20T00:42:27.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 200533 14.04 MB/sec execute 180 sec latency 28.929 ms 2024-02-20T00:42:28.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 200947 14.05 MB/sec execute 181 sec latency 57.907 ms 2024-02-20T00:42:29.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 201686 14.05 MB/sec execute 182 sec latency 50.736 ms 2024-02-20T00:42:30.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 202423 14.12 MB/sec execute 183 sec latency 44.543 ms 2024-02-20T00:42:31.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 202974 14.13 MB/sec execute 184 sec latency 42.574 ms 2024-02-20T00:42:32.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 203558 14.10 MB/sec execute 185 sec latency 37.543 ms 2024-02-20T00:42:33.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 204112 14.11 MB/sec execute 186 sec latency 32.705 ms 2024-02-20T00:42:34.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 204662 14.12 MB/sec execute 187 sec latency 36.462 ms 2024-02-20T00:42:35.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 205027 14.08 MB/sec execute 188 sec latency 45.764 ms 2024-02-20T00:42:36.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 205215 14.04 MB/sec execute 189 sec latency 49.159 ms 2024-02-20T00:42:37.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 205490 14.02 MB/sec execute 190 sec latency 66.797 ms 2024-02-20T00:42:38.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 205786 14.00 MB/sec execute 191 sec latency 50.363 ms 2024-02-20T00:42:39.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 206139 13.98 MB/sec execute 192 sec latency 44.306 ms 2024-02-20T00:42:40.519 INFO:teuthology.orchestra.run.smithi110.stdout: 5 206409 13.96 MB/sec execute 193 sec latency 56.570 ms 2024-02-20T00:42:41.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 206686 13.90 MB/sec execute 194 sec latency 57.443 ms 2024-02-20T00:42:42.385 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:42:42.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 207119 13.87 MB/sec execute 195 sec latency 63.047 ms 2024-02-20T00:42:43.174 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:42:43.174 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:42:43.174 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (27m) 4m ago 27m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (13m) 4m ago 13m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (13m) 4m ago 13m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (33m) 4m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (32m) 4m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 4m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 4m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (27m) 4m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:42:43.175 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:42:43.176 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:42:43.176 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (25m) 4m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:42:43.176 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:42:43.176 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:42:43.176 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:42:43.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 207516 13.85 MB/sec execute 196 sec latency 39.544 ms 2024-02-20T00:42:43.605 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:42:43.605 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:42:43.606 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:42:43.607 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:42:43.994 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:42:43.994 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:42:43.994 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:42:43.994 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:42:43.994 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:42:43.994 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:42:44.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 208087 13.88 MB/sec execute 197 sec latency 40.337 ms 2024-02-20T00:42:45.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 208467 13.84 MB/sec execute 198 sec latency 61.181 ms 2024-02-20T00:42:46.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 208734 13.81 MB/sec execute 199 sec latency 50.178 ms 2024-02-20T00:42:47.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 209077 13.81 MB/sec execute 200 sec latency 55.284 ms 2024-02-20T00:42:48.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 209500 13.81 MB/sec execute 201 sec latency 55.068 ms 2024-02-20T00:42:49.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 209985 13.81 MB/sec execute 202 sec latency 43.613 ms 2024-02-20T00:42:50.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 210541 13.78 MB/sec execute 203 sec latency 34.047 ms 2024-02-20T00:42:51.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 211089 13.78 MB/sec execute 204 sec latency 45.116 ms 2024-02-20T00:42:52.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 211733 13.81 MB/sec execute 205 sec latency 38.966 ms 2024-02-20T00:42:53.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 212254 13.80 MB/sec execute 206 sec latency 33.307 ms 2024-02-20T00:42:54.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 212748 13.82 MB/sec execute 207 sec latency 44.173 ms 2024-02-20T00:42:55.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 213170 13.82 MB/sec execute 208 sec latency 58.367 ms 2024-02-20T00:42:56.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 213472 13.80 MB/sec execute 209 sec latency 75.988 ms 2024-02-20T00:42:57.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 213830 13.76 MB/sec execute 210 sec latency 56.484 ms 2024-02-20T00:42:58.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 214195 13.72 MB/sec execute 211 sec latency 71.333 ms 2024-02-20T00:42:59.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 214600 13.71 MB/sec execute 212 sec latency 36.334 ms 2024-02-20T00:43:00.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 215094 13.73 MB/sec execute 213 sec latency 51.693 ms 2024-02-20T00:43:01.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 215447 13.69 MB/sec execute 214 sec latency 71.865 ms 2024-02-20T00:43:02.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 215760 13.65 MB/sec execute 215 sec latency 39.988 ms 2024-02-20T00:43:03.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 215936 13.61 MB/sec execute 216 sec latency 62.830 ms 2024-02-20T00:43:04.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 216266 13.62 MB/sec execute 217 sec latency 71.228 ms 2024-02-20T00:43:05.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 216926 13.66 MB/sec execute 218 sec latency 40.102 ms 2024-02-20T00:43:06.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 217528 13.65 MB/sec execute 219 sec latency 38.787 ms 2024-02-20T00:43:07.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 218245 13.65 MB/sec execute 220 sec latency 35.545 ms 2024-02-20T00:43:08.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 218999 13.68 MB/sec execute 221 sec latency 37.432 ms 2024-02-20T00:43:09.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 219473 13.68 MB/sec execute 222 sec latency 31.616 ms 2024-02-20T00:43:10.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 220018 13.70 MB/sec execute 223 sec latency 47.931 ms 2024-02-20T00:43:11.520 INFO:teuthology.orchestra.run.smithi110.stdout: 5 220581 13.73 MB/sec execute 224 sec latency 46.104 ms 2024-02-20T00:43:12.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 221043 13.71 MB/sec execute 225 sec latency 26.791 ms 2024-02-20T00:43:13.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 221420 13.66 MB/sec execute 226 sec latency 52.453 ms 2024-02-20T00:43:14.315 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:43:14.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 221830 13.65 MB/sec execute 227 sec latency 31.529 ms 2024-02-20T00:43:14.955 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:43:14.956 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:43:14.956 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:43:14.956 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (27m) 5m ago 27m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:43:14.956 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (13m) 5m ago 13m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:43:14.956 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (13m) 5m ago 13m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:43:14.956 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:43:14.956 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:43:14.956 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:43:14.956 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (32m) 5m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:43:14.956 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:43:14.956 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:43:14.956 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 5m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:43:14.957 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 5m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:43:14.957 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:43:14.957 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:43:14.957 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:43:14.957 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:43:14.957 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:43:14.957 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:43:14.957 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (24m) 5m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:43:14.957 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (24m) 5m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:43:15.296 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:43:15.296 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:43:15.296 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:43:15.296 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:43:15.296 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:43:15.296 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:43:15.296 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:43:15.296 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:43:15.296 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:43:15.296 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:43:15.297 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:43:15.297 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:43:15.297 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:43:15.297 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:43:15.297 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:43:15.297 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:43:15.297 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:43:15.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 222350 13.67 MB/sec execute 228 sec latency 42.795 ms 2024-02-20T00:43:15.638 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:43:15.638 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:43:15.638 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:43:15.638 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:43:15.638 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:43:15.638 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:43:16.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 222861 13.65 MB/sec execute 229 sec latency 50.119 ms 2024-02-20T00:43:17.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 223275 13.66 MB/sec execute 230 sec latency 39.867 ms 2024-02-20T00:43:18.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 223605 13.65 MB/sec execute 231 sec latency 67.049 ms 2024-02-20T00:43:19.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 223898 13.63 MB/sec execute 232 sec latency 58.965 ms 2024-02-20T00:43:20.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 224126 13.61 MB/sec execute 233 sec latency 76.832 ms 2024-02-20T00:43:21.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 224328 13.56 MB/sec execute 234 sec latency 81.769 ms 2024-02-20T00:43:22.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 224577 13.53 MB/sec execute 235 sec latency 45.526 ms 2024-02-20T00:43:23.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 224876 13.48 MB/sec execute 236 sec latency 59.445 ms 2024-02-20T00:43:24.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 225201 13.46 MB/sec execute 237 sec latency 42.972 ms 2024-02-20T00:43:25.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 225578 13.47 MB/sec execute 238 sec latency 45.644 ms 2024-02-20T00:43:26.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 226138 13.46 MB/sec execute 239 sec latency 54.670 ms 2024-02-20T00:43:27.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 226536 13.44 MB/sec execute 240 sec latency 30.544 ms 2024-02-20T00:43:28.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 226974 13.46 MB/sec execute 241 sec latency 37.279 ms 2024-02-20T00:43:29.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 227403 13.46 MB/sec execute 242 sec latency 39.400 ms 2024-02-20T00:43:30.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 227768 13.45 MB/sec execute 243 sec latency 58.872 ms 2024-02-20T00:43:31.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 228123 13.42 MB/sec execute 244 sec latency 41.989 ms 2024-02-20T00:43:32.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 228495 13.39 MB/sec execute 245 sec latency 59.131 ms 2024-02-20T00:43:33.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 228829 13.37 MB/sec execute 246 sec latency 49.799 ms 2024-02-20T00:43:34.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 229200 13.36 MB/sec execute 247 sec latency 49.751 ms 2024-02-20T00:43:35.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 229782 13.36 MB/sec execute 248 sec latency 35.809 ms 2024-02-20T00:43:36.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 230102 13.34 MB/sec execute 249 sec latency 66.886 ms 2024-02-20T00:43:37.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 230513 13.35 MB/sec execute 250 sec latency 68.567 ms 2024-02-20T00:43:38.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 231064 13.37 MB/sec execute 251 sec latency 35.926 ms 2024-02-20T00:43:39.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 231480 13.36 MB/sec execute 252 sec latency 35.099 ms 2024-02-20T00:43:40.521 INFO:teuthology.orchestra.run.smithi110.stdout: 5 231934 13.33 MB/sec execute 253 sec latency 42.128 ms 2024-02-20T00:43:41.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 232389 13.32 MB/sec execute 254 sec latency 37.700 ms 2024-02-20T00:43:42.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 232825 13.33 MB/sec execute 255 sec latency 39.871 ms 2024-02-20T00:43:43.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 233314 13.32 MB/sec execute 256 sec latency 43.555 ms 2024-02-20T00:43:44.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 233657 13.30 MB/sec execute 257 sec latency 55.060 ms 2024-02-20T00:43:45.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 234026 13.30 MB/sec execute 258 sec latency 43.084 ms 2024-02-20T00:43:46.021 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:43:46.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 234686 13.34 MB/sec execute 259 sec latency 38.915 ms 2024-02-20T00:43:46.704 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:43:46.704 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:43:46.704 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:43:46.704 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (28m) 5m ago 28m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (14m) 5m ago 14m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (14m) 5m ago 14m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (34m) 5m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (34m) 5m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (33m) 5m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 5m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 5m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (28m) 5m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:43:46.705 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:43:46.706 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:43:46.706 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:43:46.706 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:43:46.706 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:43:47.091 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:43:47.091 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:43:47.091 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:43:47.092 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:43:47.415 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:43:47.415 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:43:47.415 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:43:47.416 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:43:47.416 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:43:47.416 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:43:47.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 235140 13.32 MB/sec execute 260 sec latency 41.895 ms 2024-02-20T00:43:48.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 235454 13.29 MB/sec execute 261 sec latency 72.721 ms 2024-02-20T00:43:49.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 235801 13.27 MB/sec execute 262 sec latency 41.812 ms 2024-02-20T00:43:50.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 236174 13.28 MB/sec execute 263 sec latency 38.631 ms 2024-02-20T00:43:51.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 236662 13.27 MB/sec execute 264 sec latency 40.603 ms 2024-02-20T00:43:52.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 237086 13.25 MB/sec execute 265 sec latency 41.760 ms 2024-02-20T00:43:53.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 237440 13.25 MB/sec execute 266 sec latency 54.121 ms 2024-02-20T00:43:54.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 237846 13.25 MB/sec execute 267 sec latency 54.928 ms 2024-02-20T00:43:55.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 238225 13.24 MB/sec execute 268 sec latency 50.015 ms 2024-02-20T00:43:56.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 238540 13.22 MB/sec execute 269 sec latency 64.600 ms 2024-02-20T00:43:57.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 238765 13.19 MB/sec execute 270 sec latency 90.159 ms 2024-02-20T00:43:58.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 238941 13.15 MB/sec execute 271 sec latency 126.106 ms 2024-02-20T00:43:59.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 239229 13.12 MB/sec execute 272 sec latency 68.717 ms 2024-02-20T00:44:00.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 239430 13.09 MB/sec execute 273 sec latency 65.135 ms 2024-02-20T00:44:01.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 239698 13.09 MB/sec execute 274 sec latency 50.483 ms 2024-02-20T00:44:02.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 240336 13.09 MB/sec execute 275 sec latency 33.751 ms 2024-02-20T00:44:03.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 240811 13.09 MB/sec execute 276 sec latency 36.333 ms 2024-02-20T00:44:04.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 241348 13.11 MB/sec execute 277 sec latency 60.815 ms 2024-02-20T00:44:05.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 241952 13.13 MB/sec execute 278 sec latency 55.378 ms 2024-02-20T00:44:06.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 242371 13.11 MB/sec execute 279 sec latency 54.020 ms 2024-02-20T00:44:07.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 242801 13.10 MB/sec execute 280 sec latency 40.577 ms 2024-02-20T00:44:08.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 243162 13.08 MB/sec execute 281 sec latency 42.471 ms 2024-02-20T00:44:09.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 243459 13.08 MB/sec execute 282 sec latency 82.708 ms 2024-02-20T00:44:10.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 243709 13.04 MB/sec execute 283 sec latency 87.035 ms 2024-02-20T00:44:11.522 INFO:teuthology.orchestra.run.smithi110.stdout: 5 243963 13.02 MB/sec execute 284 sec latency 70.418 ms 2024-02-20T00:44:12.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 244213 12.99 MB/sec execute 285 sec latency 76.797 ms 2024-02-20T00:44:13.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 244425 12.97 MB/sec execute 286 sec latency 102.083 ms 2024-02-20T00:44:14.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 244790 12.97 MB/sec execute 287 sec latency 34.737 ms 2024-02-20T00:44:15.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 245244 12.98 MB/sec execute 288 sec latency 43.808 ms 2024-02-20T00:44:16.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 245619 12.97 MB/sec execute 289 sec latency 41.704 ms 2024-02-20T00:44:17.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 245859 12.94 MB/sec execute 290 sec latency 44.909 ms 2024-02-20T00:44:17.780 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:44:18.520 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:44:18.520 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:44:18.520 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:44:18.520 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (28m) 6m ago 28m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (14m) 6m ago 14m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (14m) 6m ago 14m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (33m) 6m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 6m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 6m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:44:18.521 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:44:18.522 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:44:18.522 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:44:18.522 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:44:18.522 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (25m) 6m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:44:18.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 246081 12.90 MB/sec execute 291 sec latency 63.788 ms 2024-02-20T00:44:18.937 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:44:18.937 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:44:18.937 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:44:18.937 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:44:18.937 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:44:18.937 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:44:18.937 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:44:18.938 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:44:18.938 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:44:18.938 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:44:18.938 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:44:18.938 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:44:18.938 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:44:18.938 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:44:18.938 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:44:18.938 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:44:18.938 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:44:19.320 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:44:19.320 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:44:19.320 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:44:19.320 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:44:19.320 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:44:19.320 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:44:19.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 246346 12.88 MB/sec execute 292 sec latency 56.006 ms 2024-02-20T00:44:20.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 246578 12.86 MB/sec execute 293 sec latency 44.470 ms 2024-02-20T00:44:21.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 247057 12.87 MB/sec execute 294 sec latency 38.606 ms 2024-02-20T00:44:22.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 247539 12.86 MB/sec execute 295 sec latency 39.930 ms 2024-02-20T00:44:23.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 247964 12.86 MB/sec execute 296 sec latency 42.161 ms 2024-02-20T00:44:24.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 248328 12.85 MB/sec execute 297 sec latency 39.051 ms 2024-02-20T00:44:25.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 248741 12.86 MB/sec execute 298 sec latency 60.745 ms 2024-02-20T00:44:26.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 249091 12.85 MB/sec execute 299 sec latency 50.122 ms 2024-02-20T00:44:27.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 249397 12.83 MB/sec execute 300 sec latency 43.282 ms 2024-02-20T00:44:28.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 249713 12.80 MB/sec execute 301 sec latency 72.932 ms 2024-02-20T00:44:29.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 250019 12.78 MB/sec execute 302 sec latency 61.145 ms 2024-02-20T00:44:30.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 250322 12.77 MB/sec execute 303 sec latency 56.930 ms 2024-02-20T00:44:31.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 250750 12.77 MB/sec execute 304 sec latency 48.679 ms 2024-02-20T00:44:32.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 251136 12.76 MB/sec execute 305 sec latency 62.270 ms 2024-02-20T00:44:33.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 251505 12.75 MB/sec execute 306 sec latency 68.142 ms 2024-02-20T00:44:34.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 251975 12.76 MB/sec execute 307 sec latency 34.338 ms 2024-02-20T00:44:35.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 252404 12.76 MB/sec execute 308 sec latency 44.483 ms 2024-02-20T00:44:36.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 252809 12.75 MB/sec execute 309 sec latency 48.585 ms 2024-02-20T00:44:37.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 253205 12.74 MB/sec execute 310 sec latency 67.321 ms 2024-02-20T00:44:38.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 253577 12.72 MB/sec execute 311 sec latency 58.986 ms 2024-02-20T00:44:39.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 253978 12.73 MB/sec execute 312 sec latency 52.019 ms 2024-02-20T00:44:40.523 INFO:teuthology.orchestra.run.smithi110.stdout: 5 254419 12.71 MB/sec execute 313 sec latency 41.523 ms 2024-02-20T00:44:41.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 254773 12.70 MB/sec execute 314 sec latency 42.018 ms 2024-02-20T00:44:42.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 255147 12.70 MB/sec execute 315 sec latency 47.552 ms 2024-02-20T00:44:43.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 255501 12.69 MB/sec execute 316 sec latency 43.179 ms 2024-02-20T00:44:44.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 255892 12.70 MB/sec execute 317 sec latency 42.147 ms 2024-02-20T00:44:45.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 256274 12.69 MB/sec execute 318 sec latency 41.955 ms 2024-02-20T00:44:46.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 256547 12.67 MB/sec execute 319 sec latency 48.720 ms 2024-02-20T00:44:47.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 256905 12.65 MB/sec execute 320 sec latency 44.254 ms 2024-02-20T00:44:48.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 257216 12.64 MB/sec execute 321 sec latency 48.462 ms 2024-02-20T00:44:49.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 257425 12.61 MB/sec execute 322 sec latency 78.397 ms 2024-02-20T00:44:49.614 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:44:50.170 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:44:50.170 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:44:50.170 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:44:50.170 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (29m) 6m ago 29m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (15m) 6m ago 15m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (15m) 6m ago 15m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (35m) 6m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (36m) 6m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (34m) 6m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 6m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 6m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (29m) 6m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:44:50.171 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:44:50.172 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:44:50.172 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:44:50.172 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:44:50.172 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:44:50.466 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:44:50.466 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:44:50.466 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:44:50.466 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:44:50.466 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:44:50.467 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:44:50.467 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:44:50.467 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:44:50.467 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:44:50.467 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:44:50.467 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:44:50.467 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:44:50.467 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:44:50.467 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:44:50.467 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:44:50.467 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:44:50.467 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:44:50.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 257695 12.60 MB/sec execute 323 sec latency 87.405 ms 2024-02-20T00:44:50.749 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:44:50.749 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:44:50.749 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:44:50.749 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:44:50.749 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:44:50.750 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:44:51.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 257963 12.58 MB/sec execute 324 sec latency 61.499 ms 2024-02-20T00:44:52.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 258176 12.56 MB/sec execute 325 sec latency 79.705 ms 2024-02-20T00:44:53.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 258424 12.54 MB/sec execute 326 sec latency 84.687 ms 2024-02-20T00:44:54.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 258781 12.53 MB/sec execute 327 sec latency 35.996 ms 2024-02-20T00:44:55.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 259114 12.53 MB/sec execute 328 sec latency 41.635 ms 2024-02-20T00:44:56.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 259445 12.53 MB/sec execute 329 sec latency 54.086 ms 2024-02-20T00:44:57.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 259919 12.52 MB/sec execute 330 sec latency 58.956 ms 2024-02-20T00:44:58.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 260374 12.51 MB/sec execute 331 sec latency 53.580 ms 2024-02-20T00:44:59.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 260793 12.51 MB/sec execute 332 sec latency 58.606 ms 2024-02-20T00:45:00.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 261214 12.51 MB/sec execute 333 sec latency 60.465 ms 2024-02-20T00:45:01.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 261588 12.49 MB/sec execute 334 sec latency 29.608 ms 2024-02-20T00:45:02.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 261892 12.48 MB/sec execute 335 sec latency 50.984 ms 2024-02-20T00:45:03.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 262250 12.48 MB/sec execute 336 sec latency 80.243 ms 2024-02-20T00:45:04.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 262533 12.47 MB/sec execute 337 sec latency 54.913 ms 2024-02-20T00:45:05.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 262874 12.47 MB/sec execute 338 sec latency 60.017 ms 2024-02-20T00:45:06.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 263148 12.45 MB/sec execute 339 sec latency 55.729 ms 2024-02-20T00:45:07.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 263404 12.43 MB/sec execute 340 sec latency 42.400 ms 2024-02-20T00:45:08.524 INFO:teuthology.orchestra.run.smithi110.stdout: 5 263617 12.41 MB/sec execute 341 sec latency 81.110 ms 2024-02-20T00:45:09.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 263909 12.39 MB/sec execute 342 sec latency 90.831 ms 2024-02-20T00:45:10.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 264156 12.37 MB/sec execute 343 sec latency 52.506 ms 2024-02-20T00:45:11.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 264447 12.36 MB/sec execute 344 sec latency 58.232 ms 2024-02-20T00:45:12.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 264792 12.35 MB/sec execute 345 sec latency 56.032 ms 2024-02-20T00:45:13.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 265130 12.33 MB/sec execute 346 sec latency 53.641 ms 2024-02-20T00:45:14.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 265429 12.32 MB/sec execute 347 sec latency 73.237 ms 2024-02-20T00:45:15.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 265794 12.32 MB/sec execute 348 sec latency 58.498 ms 2024-02-20T00:45:16.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 266091 12.31 MB/sec execute 349 sec latency 41.673 ms 2024-02-20T00:45:17.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 266405 12.31 MB/sec execute 350 sec latency 51.773 ms 2024-02-20T00:45:18.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 266694 12.29 MB/sec execute 351 sec latency 80.759 ms 2024-02-20T00:45:19.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 266932 12.28 MB/sec execute 352 sec latency 44.119 ms 2024-02-20T00:45:20.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 267152 12.26 MB/sec execute 353 sec latency 69.148 ms 2024-02-20T00:45:21.134 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:45:21.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 267378 12.24 MB/sec execute 354 sec latency 80.897 ms 2024-02-20T00:45:21.833 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:45:21.833 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:45:21.833 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:45:21.833 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (29m) 7m ago 29m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:45:21.833 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (15m) 7m ago 15m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:45:21.833 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (15m) 7m ago 15m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:45:21.833 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (36m) 7m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:45:21.833 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (36m) 7m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (34m) 7m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 7m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 7m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:45:21.834 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (26m) 7m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:45:22.241 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:45:22.241 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:45:22.241 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:45:22.241 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:45:22.241 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:45:22.241 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:45:22.241 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:45:22.241 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:45:22.241 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:45:22.241 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:45:22.242 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:45:22.242 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:45:22.242 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:45:22.242 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:45:22.242 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:45:22.242 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:45:22.242 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:45:22.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 267588 12.21 MB/sec execute 355 sec latency 48.914 ms 2024-02-20T00:45:22.610 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:45:22.610 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:45:22.610 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:45:22.610 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:45:22.610 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:45:22.610 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:45:23.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 267786 12.19 MB/sec execute 356 sec latency 94.573 ms 2024-02-20T00:45:24.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 268058 12.19 MB/sec execute 357 sec latency 77.226 ms 2024-02-20T00:45:25.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 268308 12.17 MB/sec execute 358 sec latency 82.262 ms 2024-02-20T00:45:26.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 268575 12.15 MB/sec execute 359 sec latency 54.360 ms 2024-02-20T00:45:27.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 268805 12.14 MB/sec execute 360 sec latency 51.617 ms 2024-02-20T00:45:28.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 269188 12.13 MB/sec execute 361 sec latency 59.613 ms 2024-02-20T00:45:29.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 269694 12.14 MB/sec execute 362 sec latency 59.760 ms 2024-02-20T00:45:30.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 270122 12.15 MB/sec execute 363 sec latency 44.822 ms 2024-02-20T00:45:31.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 270452 12.13 MB/sec execute 364 sec latency 57.646 ms 2024-02-20T00:45:32.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 270766 12.12 MB/sec execute 365 sec latency 70.778 ms 2024-02-20T00:45:33.525 INFO:teuthology.orchestra.run.smithi110.stdout: 5 271097 12.11 MB/sec execute 366 sec latency 43.839 ms 2024-02-20T00:45:34.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 271363 12.09 MB/sec execute 367 sec latency 42.260 ms 2024-02-20T00:45:35.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 271678 12.09 MB/sec execute 368 sec latency 92.228 ms 2024-02-20T00:45:36.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 271970 12.07 MB/sec execute 369 sec latency 67.415 ms 2024-02-20T00:45:37.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 272240 12.05 MB/sec execute 370 sec latency 47.988 ms 2024-02-20T00:45:38.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 272506 12.04 MB/sec execute 371 sec latency 80.010 ms 2024-02-20T00:45:39.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 272856 12.04 MB/sec execute 372 sec latency 65.969 ms 2024-02-20T00:45:40.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 273158 12.03 MB/sec execute 373 sec latency 68.164 ms 2024-02-20T00:45:41.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 273449 12.03 MB/sec execute 374 sec latency 54.519 ms 2024-02-20T00:45:42.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 273815 12.02 MB/sec execute 375 sec latency 78.262 ms 2024-02-20T00:45:43.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 274194 12.01 MB/sec execute 376 sec latency 54.594 ms 2024-02-20T00:45:44.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 274584 12.00 MB/sec execute 377 sec latency 49.038 ms 2024-02-20T00:45:45.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 275091 12.01 MB/sec execute 378 sec latency 33.021 ms 2024-02-20T00:45:46.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 275697 12.01 MB/sec execute 379 sec latency 63.372 ms 2024-02-20T00:45:47.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 276095 12.01 MB/sec execute 380 sec latency 59.037 ms 2024-02-20T00:45:48.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 276508 12.01 MB/sec execute 381 sec latency 39.502 ms 2024-02-20T00:45:49.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 276813 12.00 MB/sec execute 382 sec latency 44.816 ms 2024-02-20T00:45:50.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 277136 12.00 MB/sec execute 383 sec latency 66.065 ms 2024-02-20T00:45:51.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 277353 11.98 MB/sec execute 384 sec latency 51.566 ms 2024-02-20T00:45:52.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 277629 11.97 MB/sec execute 385 sec latency 73.512 ms 2024-02-20T00:45:52.932 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:45:53.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 277802 11.95 MB/sec execute 386 sec latency 84.588 ms 2024-02-20T00:45:53.553 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:45:53.553 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:45:53.553 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:45:53.553 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (30m) 7m ago 30m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:45:53.553 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (16m) 7m ago 16m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (16m) 7m ago 16m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (37m) 7m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (37m) 7m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (35m) 7m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 7m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 7m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (30m) 7m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:45:53.554 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:45:53.555 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:45:53.555 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:45:53.555 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:45:53.883 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:45:53.883 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:45:53.883 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:45:53.883 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:45:53.883 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:45:53.883 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:45:53.884 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:45:53.884 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:45:53.884 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:45:53.884 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:45:53.884 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:45:53.884 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:45:53.884 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:45:53.884 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:45:53.884 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:45:53.884 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:45:53.884 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:45:54.227 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:45:54.227 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:45:54.227 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:45:54.228 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:45:54.228 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:45:54.228 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:45:54.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 278082 11.94 MB/sec execute 387 sec latency 80.722 ms 2024-02-20T00:45:55.526 INFO:teuthology.orchestra.run.smithi110.stdout: 5 278373 11.92 MB/sec execute 388 sec latency 34.453 ms 2024-02-20T00:45:56.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 278791 11.93 MB/sec execute 389 sec latency 49.731 ms 2024-02-20T00:45:57.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 279187 11.92 MB/sec execute 390 sec latency 54.794 ms 2024-02-20T00:45:58.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 279499 11.91 MB/sec execute 391 sec latency 55.350 ms 2024-02-20T00:45:59.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 279782 11.90 MB/sec execute 392 sec latency 64.220 ms 2024-02-20T00:46:00.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 280092 11.89 MB/sec execute 393 sec latency 66.460 ms 2024-02-20T00:46:01.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 280369 11.88 MB/sec execute 394 sec latency 57.287 ms 2024-02-20T00:46:02.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 280688 11.88 MB/sec execute 395 sec latency 63.894 ms 2024-02-20T00:46:03.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 281064 11.87 MB/sec execute 396 sec latency 54.339 ms 2024-02-20T00:46:04.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 281421 11.86 MB/sec execute 397 sec latency 40.891 ms 2024-02-20T00:46:05.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 281778 11.86 MB/sec execute 398 sec latency 47.872 ms 2024-02-20T00:46:06.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 282088 11.85 MB/sec execute 399 sec latency 42.808 ms 2024-02-20T00:46:07.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 282473 11.85 MB/sec execute 400 sec latency 79.876 ms 2024-02-20T00:46:08.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 282851 11.83 MB/sec execute 401 sec latency 42.016 ms 2024-02-20T00:46:09.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 283168 11.83 MB/sec execute 402 sec latency 48.454 ms 2024-02-20T00:46:10.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 283586 11.83 MB/sec execute 403 sec latency 55.403 ms 2024-02-20T00:46:11.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 283928 11.82 MB/sec execute 404 sec latency 41.076 ms 2024-02-20T00:46:12.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 284284 11.83 MB/sec execute 405 sec latency 44.369 ms 2024-02-20T00:46:13.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 284591 11.81 MB/sec execute 406 sec latency 59.271 ms 2024-02-20T00:46:14.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 284894 11.80 MB/sec execute 407 sec latency 56.410 ms 2024-02-20T00:46:15.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 285261 11.80 MB/sec execute 408 sec latency 63.543 ms 2024-02-20T00:46:16.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 285609 11.80 MB/sec execute 409 sec latency 52.453 ms 2024-02-20T00:46:17.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 285975 11.79 MB/sec execute 410 sec latency 68.980 ms 2024-02-20T00:46:18.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 286360 11.78 MB/sec execute 411 sec latency 47.270 ms 2024-02-20T00:46:19.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 286689 11.77 MB/sec execute 412 sec latency 52.330 ms 2024-02-20T00:46:20.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 287034 11.77 MB/sec execute 413 sec latency 47.418 ms 2024-02-20T00:46:21.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 287373 11.76 MB/sec execute 414 sec latency 49.686 ms 2024-02-20T00:46:22.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 287679 11.76 MB/sec execute 415 sec latency 56.608 ms 2024-02-20T00:46:23.527 INFO:teuthology.orchestra.run.smithi110.stdout: 5 288068 11.75 MB/sec execute 416 sec latency 53.472 ms 2024-02-20T00:46:24.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 288401 11.75 MB/sec execute 417 sec latency 65.598 ms 2024-02-20T00:46:24.568 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:46:25.257 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:46:25.257 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:46:25.257 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (30m) 8m ago 30m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (16m) 8m ago 16m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (16m) 8m ago 16m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 starting - - 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 starting - - 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (35m) 8m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (9m) 8m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (9m) 8m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 8m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 8m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:46:25.258 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:46:25.259 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:46:25.259 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:46:25.259 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:46:25.259 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:46:25.259 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (27m) 8m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:46:25.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 288744 11.74 MB/sec execute 418 sec latency 48.448 ms 2024-02-20T00:46:25.598 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:46:25.599 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:46:25.904 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:46:25.904 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:46:25.904 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:46:25.904 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:46:25.904 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:46:25.904 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:46:26.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 289025 11.73 MB/sec execute 419 sec latency 55.833 ms 2024-02-20T00:46:27.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 289381 11.73 MB/sec execute 420 sec latency 51.902 ms 2024-02-20T00:46:28.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 289752 11.72 MB/sec execute 421 sec latency 52.712 ms 2024-02-20T00:46:29.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 290140 11.72 MB/sec execute 422 sec latency 41.969 ms 2024-02-20T00:46:30.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 290614 11.72 MB/sec execute 423 sec latency 64.701 ms 2024-02-20T00:46:31.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 291081 11.72 MB/sec execute 424 sec latency 37.443 ms 2024-02-20T00:46:32.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 291437 11.72 MB/sec execute 425 sec latency 90.111 ms 2024-02-20T00:46:33.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 291792 11.72 MB/sec execute 426 sec latency 56.067 ms 2024-02-20T00:46:34.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 292139 11.70 MB/sec execute 427 sec latency 44.919 ms 2024-02-20T00:46:35.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 292483 11.70 MB/sec execute 428 sec latency 40.922 ms 2024-02-20T00:46:36.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 292849 11.70 MB/sec execute 429 sec latency 48.971 ms 2024-02-20T00:46:37.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 293212 11.69 MB/sec execute 430 sec latency 48.714 ms 2024-02-20T00:46:38.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 293559 11.68 MB/sec execute 431 sec latency 41.638 ms 2024-02-20T00:46:39.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 293867 11.68 MB/sec execute 432 sec latency 52.519 ms 2024-02-20T00:46:40.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 294226 11.67 MB/sec execute 433 sec latency 63.069 ms 2024-02-20T00:46:41.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 294566 11.67 MB/sec execute 434 sec latency 48.075 ms 2024-02-20T00:46:42.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 294956 11.67 MB/sec execute 435 sec latency 51.473 ms 2024-02-20T00:46:43.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 295300 11.67 MB/sec execute 436 sec latency 43.998 ms 2024-02-20T00:46:44.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 295658 11.65 MB/sec execute 437 sec latency 45.875 ms 2024-02-20T00:46:45.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 295978 11.65 MB/sec execute 438 sec latency 67.729 ms 2024-02-20T00:46:46.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 296324 11.64 MB/sec execute 439 sec latency 44.719 ms 2024-02-20T00:46:47.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 296721 11.64 MB/sec execute 440 sec latency 66.243 ms 2024-02-20T00:46:48.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 297091 11.63 MB/sec execute 441 sec latency 67.983 ms 2024-02-20T00:46:49.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 297438 11.63 MB/sec execute 442 sec latency 93.094 ms 2024-02-20T00:46:50.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 297809 11.63 MB/sec execute 443 sec latency 45.293 ms 2024-02-20T00:46:51.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 298135 11.62 MB/sec execute 444 sec latency 51.172 ms 2024-02-20T00:46:52.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 298573 11.63 MB/sec execute 445 sec latency 52.925 ms 2024-02-20T00:46:53.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 298945 11.62 MB/sec execute 446 sec latency 61.718 ms 2024-02-20T00:46:54.528 INFO:teuthology.orchestra.run.smithi110.stdout: 5 299317 11.61 MB/sec execute 447 sec latency 45.266 ms 2024-02-20T00:46:55.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 299623 11.60 MB/sec execute 448 sec latency 55.376 ms 2024-02-20T00:46:56.259 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:46:56.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 299928 11.61 MB/sec execute 449 sec latency 68.370 ms 2024-02-20T00:46:56.951 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:46:56.951 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:46:56.951 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:46:56.951 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (31m) 8m ago 31m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:46:56.951 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (17m) 8m ago 17m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:46:56.952 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (17m) 9m ago 17m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:46:56.952 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 starting - - 2024-02-20T00:46:56.952 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:46:56.952 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 starting - - 2024-02-20T00:46:56.952 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (36m) 9m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:46:56.952 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (9m) 8m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:46:56.952 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:46:56.952 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 8m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:46:56.952 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 9m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:46:56.952 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:46:56.952 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (31m) 8m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:46:56.952 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:46:56.952 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:46:56.953 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:46:56.953 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (28m) 9m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:46:56.953 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (28m) 9m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:46:56.953 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (28m) 9m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:46:57.372 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:46:57.373 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:46:57.374 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:46:57.374 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:46:57.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 300269 11.60 MB/sec execute 450 sec latency 52.357 ms 2024-02-20T00:46:57.744 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:46:57.744 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:46:57.744 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:46:57.744 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:46:57.744 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:46:57.744 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:46:58.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 300580 11.59 MB/sec execute 451 sec latency 63.631 ms 2024-02-20T00:46:59.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 300904 11.58 MB/sec execute 452 sec latency 56.341 ms 2024-02-20T00:47:00.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 301138 11.57 MB/sec execute 453 sec latency 102.647 ms 2024-02-20T00:47:01.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 301442 11.57 MB/sec execute 454 sec latency 40.460 ms 2024-02-20T00:47:02.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 301692 11.55 MB/sec execute 455 sec latency 61.842 ms 2024-02-20T00:47:03.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 301934 11.54 MB/sec execute 456 sec latency 80.490 ms 2024-02-20T00:47:04.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 302213 11.53 MB/sec execute 457 sec latency 47.271 ms 2024-02-20T00:47:05.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 302479 11.52 MB/sec execute 458 sec latency 56.108 ms 2024-02-20T00:47:06.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 302720 11.51 MB/sec execute 459 sec latency 78.702 ms 2024-02-20T00:47:07.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 302986 11.50 MB/sec execute 460 sec latency 75.841 ms 2024-02-20T00:47:08.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 303222 11.49 MB/sec execute 461 sec latency 48.758 ms 2024-02-20T00:47:09.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 303530 11.49 MB/sec execute 462 sec latency 70.458 ms 2024-02-20T00:47:10.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 303781 11.48 MB/sec execute 463 sec latency 61.087 ms 2024-02-20T00:47:11.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 304116 11.47 MB/sec execute 464 sec latency 76.755 ms 2024-02-20T00:47:12.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 304480 11.47 MB/sec execute 465 sec latency 47.264 ms 2024-02-20T00:47:13.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 304807 11.46 MB/sec execute 466 sec latency 65.589 ms 2024-02-20T00:47:14.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 305151 11.45 MB/sec execute 467 sec latency 44.729 ms 2024-02-20T00:47:15.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 305432 11.45 MB/sec execute 468 sec latency 59.093 ms 2024-02-20T00:47:16.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 305742 11.44 MB/sec execute 469 sec latency 53.591 ms 2024-02-20T00:47:17.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 306043 11.43 MB/sec execute 470 sec latency 48.042 ms 2024-02-20T00:47:18.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 306386 11.43 MB/sec execute 471 sec latency 68.592 ms 2024-02-20T00:47:19.529 INFO:teuthology.orchestra.run.smithi110.stdout: 5 306673 11.42 MB/sec execute 472 sec latency 39.787 ms 2024-02-20T00:47:20.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 307021 11.42 MB/sec execute 473 sec latency 45.775 ms 2024-02-20T00:47:21.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 307381 11.41 MB/sec execute 474 sec latency 43.303 ms 2024-02-20T00:47:22.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 308011 11.43 MB/sec execute 475 sec latency 43.197 ms 2024-02-20T00:47:23.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 308618 11.43 MB/sec execute 476 sec latency 45.270 ms 2024-02-20T00:47:24.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 308849 11.42 MB/sec execute 477 sec latency 87.699 ms 2024-02-20T00:47:25.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 309102 11.41 MB/sec execute 478 sec latency 78.087 ms 2024-02-20T00:47:26.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 309384 11.41 MB/sec execute 479 sec latency 80.657 ms 2024-02-20T00:47:27.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 309624 11.40 MB/sec execute 480 sec latency 74.515 ms 2024-02-20T00:47:28.054 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:47:28.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 309966 11.39 MB/sec execute 481 sec latency 51.032 ms 2024-02-20T00:47:28.665 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:47:28.665 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (32m) 9m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:47:28.665 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (32m) 9m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:47:28.665 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (31m) 9m ago 31m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:47:28.665 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (17m) 9m ago 17m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:47:28.665 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (17m) 9m ago 17m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:47:28.666 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 starting - - 2024-02-20T00:47:28.666 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:47:28.666 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 starting - - 2024-02-20T00:47:28.666 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (36m) 9m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:47:28.666 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (10m) 9m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:47:28.666 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (10m) 9m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:47:28.666 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 9m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:47:28.666 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 9m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:47:28.666 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (32m) 9m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:47:28.666 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:47:28.666 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:47:28.666 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:47:28.667 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:47:28.667 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:47:28.667 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:47:28.667 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (28m) 9m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:47:29.018 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:47:29.018 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:47:29.018 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:47:29.018 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:47:29.018 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:47:29.018 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:47:29.018 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:47:29.018 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:47:29.018 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:47:29.019 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:47:29.019 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:47:29.019 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:47:29.019 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:47:29.019 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:47:29.019 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:47:29.019 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:47:29.019 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:47:29.343 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:47:29.343 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:47:29.343 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:47:29.343 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:47:29.343 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:47:29.343 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:47:29.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 310197 11.38 MB/sec execute 482 sec latency 67.018 ms 2024-02-20T00:47:30.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 310494 11.38 MB/sec execute 483 sec latency 67.463 ms 2024-02-20T00:47:31.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 310803 11.37 MB/sec execute 484 sec latency 68.427 ms 2024-02-20T00:47:32.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 311059 11.36 MB/sec execute 485 sec latency 70.107 ms 2024-02-20T00:47:33.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 311291 11.35 MB/sec execute 486 sec latency 64.934 ms 2024-02-20T00:47:34.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 311564 11.34 MB/sec execute 487 sec latency 79.573 ms 2024-02-20T00:47:35.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 311783 11.33 MB/sec execute 488 sec latency 99.258 ms 2024-02-20T00:47:36.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 312126 11.32 MB/sec execute 489 sec latency 65.503 ms 2024-02-20T00:47:37.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 312392 11.32 MB/sec execute 490 sec latency 51.597 ms 2024-02-20T00:47:38.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 312678 11.31 MB/sec execute 491 sec latency 74.787 ms 2024-02-20T00:47:39.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 312983 11.31 MB/sec execute 492 sec latency 58.470 ms 2024-02-20T00:47:40.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 313248 11.29 MB/sec execute 493 sec latency 58.666 ms 2024-02-20T00:47:41.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 313619 11.29 MB/sec execute 494 sec latency 57.370 ms 2024-02-20T00:47:42.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 313968 11.29 MB/sec execute 495 sec latency 46.788 ms 2024-02-20T00:47:43.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 314351 11.28 MB/sec execute 496 sec latency 57.029 ms 2024-02-20T00:47:44.530 INFO:teuthology.orchestra.run.smithi110.stdout: 5 314689 11.28 MB/sec execute 497 sec latency 84.982 ms 2024-02-20T00:47:45.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 315058 11.28 MB/sec execute 498 sec latency 45.872 ms 2024-02-20T00:47:46.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 315343 11.27 MB/sec execute 499 sec latency 74.818 ms 2024-02-20T00:47:47.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 315751 11.27 MB/sec execute 500 sec latency 46.805 ms 2024-02-20T00:47:48.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 316043 11.26 MB/sec execute 501 sec latency 58.453 ms 2024-02-20T00:47:49.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 316465 11.27 MB/sec execute 502 sec latency 61.448 ms 2024-02-20T00:47:50.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 316782 11.26 MB/sec execute 503 sec latency 61.435 ms 2024-02-20T00:47:51.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 317043 11.25 MB/sec execute 504 sec latency 62.388 ms 2024-02-20T00:47:52.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 317194 11.24 MB/sec execute 505 sec latency 74.595 ms 2024-02-20T00:47:53.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 317400 11.23 MB/sec execute 506 sec latency 68.863 ms 2024-02-20T00:47:54.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 317627 11.22 MB/sec execute 507 sec latency 86.232 ms 2024-02-20T00:47:55.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 317905 11.21 MB/sec execute 508 sec latency 85.391 ms 2024-02-20T00:47:56.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 318165 11.20 MB/sec execute 509 sec latency 72.951 ms 2024-02-20T00:47:57.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 318371 11.19 MB/sec execute 510 sec latency 56.163 ms 2024-02-20T00:47:58.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 318642 11.18 MB/sec execute 511 sec latency 57.897 ms 2024-02-20T00:47:59.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 318856 11.17 MB/sec execute 512 sec latency 64.634 ms 2024-02-20T00:47:59.674 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:48:00.340 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:48:00.340 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (33m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (32m) 10m ago 32m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (18m) 10m ago 18m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (18m) 10m ago 18m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 starting - - 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 starting - - 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 starting - - 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 10m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 10m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:48:00.341 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (31m) 10m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:48:00.342 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (31m) 10m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:48:00.342 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:48:00.342 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (30m) 10m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:48:00.342 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (29m) 10m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:48:00.342 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (29m) 10m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:48:00.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 319180 11.17 MB/sec execute 513 sec latency 70.157 ms 2024-02-20T00:48:00.677 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:48:00.677 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:48:00.677 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:48:00.677 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:48:00.677 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:48:00.677 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:48:00.677 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:48:00.677 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:48:00.677 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:48:00.677 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:48:00.677 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:48:00.678 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:48:00.678 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:48:00.678 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:48:00.678 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:48:00.678 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:48:00.678 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:48:00.990 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:48:00.991 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:48:00.991 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:48:00.991 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:48:00.991 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:48:00.991 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:48:01.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 319476 11.16 MB/sec execute 514 sec latency 69.001 ms 2024-02-20T00:48:02.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 319751 11.15 MB/sec execute 515 sec latency 61.331 ms 2024-02-20T00:48:03.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 320032 11.15 MB/sec execute 516 sec latency 53.037 ms 2024-02-20T00:48:04.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 320354 11.14 MB/sec execute 517 sec latency 67.316 ms 2024-02-20T00:48:05.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 320718 11.14 MB/sec execute 518 sec latency 67.109 ms 2024-02-20T00:48:06.532 INFO:teuthology.orchestra.run.smithi110.stdout: 5 321096 11.14 MB/sec execute 519 sec latency 38.434 ms 2024-02-20T00:48:07.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 321526 11.14 MB/sec execute 520 sec latency 48.407 ms 2024-02-20T00:48:08.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 321855 11.13 MB/sec execute 521 sec latency 64.143 ms 2024-02-20T00:48:09.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 322192 11.13 MB/sec execute 522 sec latency 49.887 ms 2024-02-20T00:48:10.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 322529 11.12 MB/sec execute 523 sec latency 45.625 ms 2024-02-20T00:48:11.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 322890 11.12 MB/sec execute 524 sec latency 67.431 ms 2024-02-20T00:48:12.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 323231 11.12 MB/sec execute 525 sec latency 75.325 ms 2024-02-20T00:48:13.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 323574 11.12 MB/sec execute 526 sec latency 46.029 ms 2024-02-20T00:48:14.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 324094 11.12 MB/sec execute 527 sec latency 50.511 ms 2024-02-20T00:48:15.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 324619 11.13 MB/sec execute 528 sec latency 47.351 ms 2024-02-20T00:48:16.531 INFO:teuthology.orchestra.run.smithi110.stdout: 5 325095 11.13 MB/sec execute 529 sec latency 40.833 ms 2024-02-20T00:48:17.532 INFO:teuthology.orchestra.run.smithi110.stdout: 5 325424 11.12 MB/sec execute 530 sec latency 65.885 ms 2024-02-20T00:48:18.532 INFO:teuthology.orchestra.run.smithi110.stdout: 5 325738 11.12 MB/sec execute 531 sec latency 56.876 ms 2024-02-20T00:48:19.532 INFO:teuthology.orchestra.run.smithi110.stdout: 5 326061 11.11 MB/sec execute 532 sec latency 63.552 ms 2024-02-20T00:48:20.532 INFO:teuthology.orchestra.run.smithi110.stdout: 5 326451 11.11 MB/sec execute 533 sec latency 48.716 ms 2024-02-20T00:48:21.532 INFO:teuthology.orchestra.run.smithi110.stdout: 5 326790 11.11 MB/sec execute 534 sec latency 43.775 ms 2024-02-20T00:48:22.532 INFO:teuthology.orchestra.run.smithi110.stdout: 5 327160 11.11 MB/sec execute 535 sec latency 58.347 ms 2024-02-20T00:48:23.533 INFO:teuthology.orchestra.run.smithi110.stdout: 5 327461 11.10 MB/sec execute 536 sec latency 57.930 ms 2024-02-20T00:48:24.533 INFO:teuthology.orchestra.run.smithi110.stdout: 5 327808 11.10 MB/sec execute 537 sec latency 69.367 ms 2024-02-20T00:48:25.533 INFO:teuthology.orchestra.run.smithi110.stdout: 5 328154 11.10 MB/sec execute 538 sec latency 51.980 ms 2024-02-20T00:48:26.533 INFO:teuthology.orchestra.run.smithi110.stdout: 5 328506 11.09 MB/sec execute 539 sec latency 49.692 ms 2024-02-20T00:48:27.533 INFO:teuthology.orchestra.run.smithi110.stdout: 5 328844 11.09 MB/sec execute 540 sec latency 51.797 ms 2024-02-20T00:48:28.533 INFO:teuthology.orchestra.run.smithi110.stdout: 5 329221 11.09 MB/sec execute 541 sec latency 51.327 ms 2024-02-20T00:48:29.533 INFO:teuthology.orchestra.run.smithi110.stdout: 5 329512 11.08 MB/sec execute 542 sec latency 59.222 ms 2024-02-20T00:48:30.533 INFO:teuthology.orchestra.run.smithi110.stdout: 5 330039 11.09 MB/sec execute 543 sec latency 49.312 ms 2024-02-20T00:48:31.392 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:48:31.533 INFO:teuthology.orchestra.run.smithi110.stdout: 5 330496 11.09 MB/sec execute 544 sec latency 41.316 ms 2024-02-20T00:48:32.110 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:48:32.110 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (33m) 10m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:48:32.110 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (33m) 10m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:48:32.110 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (33m) 10m ago 33m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:48:32.110 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (18m) 10m ago 18m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:48:32.110 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (18m) 10m ago 18m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:48:32.110 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 starting - - 2024-02-20T00:48:32.110 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (33m) 10m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:48:32.110 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 starting - - 2024-02-20T00:48:32.110 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 starting - - 2024-02-20T00:48:32.110 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:48:32.110 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:48:32.111 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 10m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:48:32.111 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 10m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:48:32.111 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (33m) 10m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:48:32.111 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:48:32.111 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:48:32.111 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:48:32.111 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:48:32.111 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:48:32.111 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:48:32.111 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (29m) 10m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:48:32.482 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:48:32.482 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:48:32.482 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:48:32.482 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:48:32.482 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:48:32.482 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:48:32.482 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:48:32.483 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:48:32.483 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:48:32.483 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:48:32.483 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:48:32.483 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:48:32.483 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:48:32.483 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:48:32.483 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:48:32.483 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:48:32.483 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:48:32.533 INFO:teuthology.orchestra.run.smithi110.stdout: 5 330859 11.09 MB/sec execute 545 sec latency 52.357 ms 2024-02-20T00:48:32.814 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:48:32.814 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:48:32.814 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:48:32.815 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:48:32.815 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:48:32.815 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:48:33.533 INFO:teuthology.orchestra.run.smithi110.stdout: 5 331230 11.09 MB/sec execute 546 sec latency 67.518 ms 2024-02-20T00:48:34.533 INFO:teuthology.orchestra.run.smithi110.stdout: 5 331532 11.08 MB/sec execute 547 sec latency 44.753 ms 2024-02-20T00:48:35.533 INFO:teuthology.orchestra.run.smithi110.stdout: 5 331897 11.08 MB/sec execute 548 sec latency 62.390 ms 2024-02-20T00:48:36.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 332464 11.09 MB/sec execute 549 sec latency 71.080 ms 2024-02-20T00:48:37.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 333040 11.09 MB/sec execute 550 sec latency 52.713 ms 2024-02-20T00:48:38.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 333349 11.09 MB/sec execute 551 sec latency 62.816 ms 2024-02-20T00:48:39.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 333674 11.09 MB/sec execute 552 sec latency 43.261 ms 2024-02-20T00:48:40.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 333985 11.08 MB/sec execute 553 sec latency 54.999 ms 2024-02-20T00:48:41.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 334291 11.08 MB/sec execute 554 sec latency 99.906 ms 2024-02-20T00:48:42.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 334548 11.06 MB/sec execute 555 sec latency 52.345 ms 2024-02-20T00:48:43.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 334790 11.06 MB/sec execute 556 sec latency 76.728 ms 2024-02-20T00:48:44.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 335014 11.05 MB/sec execute 557 sec latency 58.919 ms 2024-02-20T00:48:45.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 335285 11.05 MB/sec execute 558 sec latency 72.094 ms 2024-02-20T00:48:46.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 335618 11.04 MB/sec execute 559 sec latency 56.141 ms 2024-02-20T00:48:47.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 335930 11.04 MB/sec execute 560 sec latency 81.204 ms 2024-02-20T00:48:48.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 336292 11.03 MB/sec execute 561 sec latency 45.167 ms 2024-02-20T00:48:49.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 336579 11.03 MB/sec execute 562 sec latency 55.894 ms 2024-02-20T00:48:50.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 336880 11.02 MB/sec execute 563 sec latency 63.590 ms 2024-02-20T00:48:51.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 337180 11.02 MB/sec execute 564 sec latency 55.358 ms 2024-02-20T00:48:52.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 337477 11.01 MB/sec execute 565 sec latency 57.603 ms 2024-02-20T00:48:53.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 337779 11.01 MB/sec execute 566 sec latency 71.575 ms 2024-02-20T00:48:54.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 338023 10.99 MB/sec execute 567 sec latency 45.153 ms 2024-02-20T00:48:55.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 338310 10.99 MB/sec execute 568 sec latency 60.386 ms 2024-02-20T00:48:56.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 338501 10.98 MB/sec execute 569 sec latency 76.956 ms 2024-02-20T00:48:57.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 338789 10.98 MB/sec execute 570 sec latency 57.588 ms 2024-02-20T00:48:58.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 339101 10.97 MB/sec execute 571 sec latency 73.320 ms 2024-02-20T00:48:59.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 339439 10.97 MB/sec execute 572 sec latency 86.564 ms 2024-02-20T00:49:00.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 339761 10.96 MB/sec execute 573 sec latency 50.785 ms 2024-02-20T00:49:01.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 340077 10.96 MB/sec execute 574 sec latency 52.210 ms 2024-02-20T00:49:02.534 INFO:teuthology.orchestra.run.smithi110.stdout: 5 340439 10.96 MB/sec execute 575 sec latency 62.415 ms 2024-02-20T00:49:03.192 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:49:03.536 INFO:teuthology.orchestra.run.smithi110.stdout: 5 340720 10.95 MB/sec execute 576 sec latency 57.152 ms 2024-02-20T00:49:03.873 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:49:03.873 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:49:03.873 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:49:03.873 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (33m) 11m ago 33m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:49:03.873 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (19m) 11m ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:49:03.873 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (19m) 11m ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:49:03.873 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 starting - - 2024-02-20T00:49:03.873 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:49:03.873 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 starting - - 2024-02-20T00:49:03.873 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 starting - - 2024-02-20T00:49:03.874 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:49:03.874 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:49:03.874 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 11m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:49:03.874 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 11m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:49:03.874 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:49:03.874 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:49:03.874 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:49:03.874 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (32m) 11m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:49:03.874 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:49:03.874 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:49:03.874 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (30m) 11m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:49:03.874 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (30m) 11m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:49:04.257 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:49:04.257 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:49:04.257 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:49:04.257 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:49:04.257 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:49:04.257 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:49:04.257 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:49:04.257 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:49:04.258 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:49:04.258 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:49:04.258 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:49:04.258 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:49:04.258 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:49:04.258 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:49:04.258 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:49:04.258 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:49:04.259 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:49:04.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 341032 10.95 MB/sec execute 577 sec latency 69.522 ms 2024-02-20T00:49:04.599 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:49:04.599 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:49:04.599 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:49:04.599 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:49:04.599 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:49:04.599 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:49:05.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 341440 10.95 MB/sec execute 578 sec latency 47.573 ms 2024-02-20T00:49:06.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 341843 10.95 MB/sec execute 579 sec latency 56.500 ms 2024-02-20T00:49:07.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 342264 10.95 MB/sec execute 580 sec latency 45.869 ms 2024-02-20T00:49:08.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 342639 10.95 MB/sec execute 581 sec latency 43.959 ms 2024-02-20T00:49:09.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 342972 10.95 MB/sec execute 582 sec latency 48.931 ms 2024-02-20T00:49:10.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 343318 10.94 MB/sec execute 583 sec latency 45.550 ms 2024-02-20T00:49:11.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 343618 10.94 MB/sec execute 584 sec latency 63.652 ms 2024-02-20T00:49:12.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 343979 10.93 MB/sec execute 585 sec latency 53.608 ms 2024-02-20T00:49:13.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 344295 10.93 MB/sec execute 586 sec latency 45.730 ms 2024-02-20T00:49:14.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 344600 10.92 MB/sec execute 587 sec latency 64.926 ms 2024-02-20T00:49:15.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 344933 10.92 MB/sec execute 588 sec latency 78.064 ms 2024-02-20T00:49:16.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 345225 10.91 MB/sec execute 589 sec latency 50.716 ms 2024-02-20T00:49:17.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 345487 10.91 MB/sec execute 590 sec latency 58.463 ms 2024-02-20T00:49:18.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 345790 10.91 MB/sec execute 591 sec latency 54.236 ms 2024-02-20T00:49:19.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 346102 10.91 MB/sec execute 592 sec latency 66.252 ms 2024-02-20T00:49:20.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 346441 10.90 MB/sec execute 593 sec latency 69.951 ms 2024-02-20T00:49:21.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 346707 10.89 MB/sec execute 594 sec latency 49.142 ms 2024-02-20T00:49:22.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 347033 10.89 MB/sec execute 595 sec latency 42.821 ms 2024-02-20T00:49:23.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 347321 10.88 MB/sec execute 596 sec latency 61.192 ms 2024-02-20T00:49:24.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 347710 10.89 MB/sec execute 597 sec latency 41.017 ms 2024-02-20T00:49:25.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 348039 10.88 MB/sec execute 598 sec latency 54.192 ms 2024-02-20T00:49:26.536 INFO:teuthology.orchestra.run.smithi110.stdout: 5 348451 10.88 MB/sec execute 599 sec latency 42.255 ms 2024-02-20T00:49:27.535 INFO:teuthology.orchestra.run.smithi110.stdout: 5 cleanup 600 sec 2024-02-20T00:49:27.715 INFO:teuthology.orchestra.run.smithi110.stdout: 0 cleanup 600 sec 2024-02-20T00:49:27.716 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:49:27.716 INFO:teuthology.orchestra.run.smithi110.stdout: Operation Count AvgLat MaxLat 2024-02-20T00:49:27.716 INFO:teuthology.orchestra.run.smithi110.stdout: ---------------------------------------- 2024-02-20T00:49:27.719 INFO:teuthology.orchestra.run.smithi110.stdout: NTCreateX 209670 4.164 126.100 2024-02-20T00:49:27.719 INFO:teuthology.orchestra.run.smithi110.stdout: Close 153929 0.125 10.222 2024-02-20T00:49:27.719 INFO:teuthology.orchestra.run.smithi110.stdout: Rename 8880 9.071 102.636 2024-02-20T00:49:27.719 INFO:teuthology.orchestra.run.smithi110.stdout: Unlink 42397 6.533 109.471 2024-02-20T00:49:27.719 INFO:teuthology.orchestra.run.smithi110.stdout: Qpathinfo 190150 0.957 89.327 2024-02-20T00:49:27.720 INFO:teuthology.orchestra.run.smithi110.stdout: Qfileinfo 33115 0.081 13.386 2024-02-20T00:49:27.720 INFO:teuthology.orchestra.run.smithi110.stdout: Qfsinfo 34817 0.357 14.291 2024-02-20T00:49:27.720 INFO:teuthology.orchestra.run.smithi110.stdout: Sfileinfo 17093 12.587 90.165 2024-02-20T00:49:27.720 INFO:teuthology.orchestra.run.smithi110.stdout: Find 73390 0.382 39.716 2024-02-20T00:49:27.720 INFO:teuthology.orchestra.run.smithi110.stdout: WriteX 103513 12.589 118.989 2024-02-20T00:49:27.720 INFO:teuthology.orchestra.run.smithi110.stdout: ReadX 328280 0.010 10.983 2024-02-20T00:49:27.720 INFO:teuthology.orchestra.run.smithi110.stdout: LockX 680 0.388 9.152 2024-02-20T00:49:27.720 INFO:teuthology.orchestra.run.smithi110.stdout: UnlockX 680 0.300 5.961 2024-02-20T00:49:27.720 INFO:teuthology.orchestra.run.smithi110.stdout: Flush 14698 0.002 0.021 2024-02-20T00:49:27.720 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:49:27.720 INFO:teuthology.orchestra.run.smithi110.stdout:Throughput 10.88 MB/sec 5 clients 5 procs max_latency=126.106 ms 2024-02-20T00:49:27.721 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-20T00:49:27.766 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-20T00:49:27.843 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-20T00:49:27.871 INFO:teuthology.orchestra.run.smithi110.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-20T00:49:27.871 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:49:27.871 INFO:teuthology.orchestra.run.smithi110.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-20T00:49:27.871 INFO:teuthology.orchestra.run.smithi110.stdout:4 of 5 processes prepared for launch 0 sec 2024-02-20T00:49:27.972 INFO:teuthology.orchestra.run.smithi110.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-20T00:49:27.972 INFO:teuthology.orchestra.run.smithi110.stdout:releasing clients 2024-02-20T00:49:29.975 INFO:teuthology.orchestra.run.smithi110.stdout: 5 349 25.23 MB/sec execute 1 sec latency 78.038 ms 2024-02-20T00:49:30.972 INFO:teuthology.orchestra.run.smithi110.stdout: 5 505 25.23 MB/sec execute 2 sec latency 28.670 ms 2024-02-20T00:49:31.972 INFO:teuthology.orchestra.run.smithi110.stdout: 5 788 23.24 MB/sec execute 3 sec latency 37.636 ms 2024-02-20T00:49:32.972 INFO:teuthology.orchestra.run.smithi110.stdout: 5 1158 19.41 MB/sec execute 4 sec latency 32.025 ms 2024-02-20T00:49:33.972 INFO:teuthology.orchestra.run.smithi110.stdout: 5 cleanup 5 sec 2024-02-20T00:49:34.122 INFO:teuthology.orchestra.run.smithi110.stdout: 0 cleanup 5 sec 2024-02-20T00:49:34.122 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:49:34.122 INFO:teuthology.orchestra.run.smithi110.stdout: Operation Count AvgLat MaxLat 2024-02-20T00:49:34.122 INFO:teuthology.orchestra.run.smithi110.stdout: ---------------------------------------- 2024-02-20T00:49:34.122 INFO:teuthology.orchestra.run.smithi110.stdout: NTCreateX 1143 5.843 30.418 2024-02-20T00:49:34.122 INFO:teuthology.orchestra.run.smithi110.stdout: Close 951 6.297 42.534 2024-02-20T00:49:34.122 INFO:teuthology.orchestra.run.smithi110.stdout: Rename 50 10.718 37.627 2024-02-20T00:49:34.122 INFO:teuthology.orchestra.run.smithi110.stdout: Unlink 105 3.274 22.589 2024-02-20T00:49:34.122 INFO:teuthology.orchestra.run.smithi110.stdout: Qpathinfo 720 1.458 36.863 2024-02-20T00:49:34.123 INFO:teuthology.orchestra.run.smithi110.stdout: Qfileinfo 426 14.871 33.700 2024-02-20T00:49:34.123 INFO:teuthology.orchestra.run.smithi110.stdout: Qfsinfo 165 0.280 4.131 2024-02-20T00:49:34.123 INFO:teuthology.orchestra.run.smithi110.stdout: Sfileinfo 170 13.067 40.650 2024-02-20T00:49:34.123 INFO:teuthology.orchestra.run.smithi110.stdout: Find 299 0.366 3.477 2024-02-20T00:49:34.123 INFO:teuthology.orchestra.run.smithi110.stdout: WriteX 1844 0.020 0.052 2024-02-20T00:49:34.123 INFO:teuthology.orchestra.run.smithi110.stdout: ReadX 1267 0.015 3.214 2024-02-20T00:49:34.123 INFO:teuthology.orchestra.run.smithi110.stdout: Flush 130 13.206 22.966 2024-02-20T00:49:34.123 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-20T00:49:34.123 INFO:teuthology.orchestra.run.smithi110.stdout:Throughput 19.4073 MB/sec 5 clients 5 procs max_latency=78.038 ms 2024-02-20T00:49:34.124 DEBUG:teuthology.parallel:result is None 2024-02-20T00:49:34.870 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:49:35.365 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:49:35.365 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:49:35.365 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:49:35.365 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (34m) 11m ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:49:35.365 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (19m) 11m ago 19m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:49:35.365 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (20m) 11m ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 starting - - 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 starting - - 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 starting - - 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 11m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 11m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (34m) 11m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:49:35.366 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:49:35.367 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:49:35.367 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:49:35.642 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:49:35.642 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:49:35.642 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:49:35.642 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:49:35.642 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:49:35.642 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:49:35.642 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:49:35.642 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:49:35.643 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:49:35.643 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:49:35.643 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:49:35.643 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:49:35.643 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:49:35.643 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:49:35.643 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:49:35.643 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:49:35.643 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:49:35.893 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:49:35.893 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:49:35.893 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:49:35.893 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:49:35.893 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:49:35.893 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:50:06.176 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:50:06.720 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:50:06.720 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:50:06.720 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (34m) 12m ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (20m) 12m ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (20m) 12m ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 starting - - 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 starting - - 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 starting - - 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 12m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 12m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:50:06.721 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:50:06.722 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (33m) 12m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:50:06.722 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:50:06.722 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:50:06.722 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (31m) 12m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:50:06.722 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (31m) 12m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:50:07.021 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:50:07.021 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:50:07.021 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:50:07.021 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:50:07.021 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:50:07.021 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:50:07.021 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:50:07.021 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:50:07.021 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:50:07.021 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:50:07.021 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:50:07.021 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:50:07.022 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:50:07.022 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:50:07.022 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:50:07.022 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:50:07.022 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:50:07.306 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:50:07.307 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:50:07.307 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:50:07.307 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:50:07.307 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:50:07.307 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:50:37.586 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:50:38.084 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:50:38.085 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:50:38.085 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:50:38.085 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (35m) 12m ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:50:38.085 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (21m) 12m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:50:38.085 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (21m) 12m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:50:38.085 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 starting - - 2024-02-20T00:50:38.085 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 990c4281a457 2024-02-20T00:50:38.085 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 starting - - 2024-02-20T00:50:38.085 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 starting - - 2024-02-20T00:50:38.085 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:50:38.085 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:50:38.085 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 12m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:50:38.086 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 12m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:50:38.086 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (35m) 12m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:50:38.086 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:50:38.086 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:50:38.086 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (34m) 12m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:50:38.086 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:50:38.086 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:50:38.086 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:50:38.086 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:50:38.359 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:50:38.360 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:50:38.360 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:50:38.360 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:50:38.360 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:50:38.360 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:50:38.360 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:50:38.360 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:50:38.361 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:50:38.361 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:50:38.361 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:50:38.361 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:50:38.361 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:50:38.361 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:50:38.361 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:50:38.361 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:50:38.361 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:50:38.615 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:50:38.615 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:50:38.615 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:50:38.615 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:50:38.615 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:50:38.615 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:51:08.898 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:51:09.412 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:51:09.412 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (36m) 0s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:51:09.412 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (36m) 13m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:51:09.412 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (35m) 0s ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:51:09.412 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (21m) 0s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:51:09.412 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (21m) 13m ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:51:09.412 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (42m) 0s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:51:09.412 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 starting - - 2024-02-20T00:51:09.412 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (42m) 0s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:51:09.412 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 starting - - 2024-02-20T00:51:09.412 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (13m) 0s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:51:09.413 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (13m) 13m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:51:09.413 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 0s ago 5m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:51:09.413 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 13m ago - docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:51:09.413 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (35m) 0s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:51:09.413 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (35m) 0s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:51:09.413 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (35m) 0s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:51:09.413 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (34m) 0s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:51:09.413 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (33m) 13m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:51:09.413 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (33m) 13m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:51:09.413 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (32m) 13m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:51:09.413 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (32m) 13m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:51:09.680 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:51:09.680 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:51:09.680 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:51:09.680 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:51:09.680 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:51:09.681 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:51:09.681 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:51:09.681 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:51:09.681 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:51:09.681 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:51:09.681 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:51:09.681 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:51:09.681 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:51:09.681 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:51:09.681 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-20T00:51:09.681 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:51:09.682 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:51:09.932 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:51:09.932 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:51:09.932 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:51:09.932 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:51:09.932 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:51:09.932 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:51:40.207 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:51:40.701 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:51:40.701 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (36m) 31s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:51:40.701 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (36m) 28s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:51:40.701 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (36m) 31s ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:51:40.701 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (22m) 31s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:51:40.701 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (22m) 28s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:51:40.701 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (42m) 31s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:51:40.701 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (35s) 28s ago 36m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:51:40.701 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (42m) 31s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:51:40.701 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (41m) 28s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:51:40.701 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (14m) 31s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:51:40.701 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (14m) 28s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:51:40.702 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 31s ago 5m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:51:40.702 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 28s ago 3m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:51:40.702 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (36m) 31s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:51:40.702 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (36m) 31s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:51:40.702 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (35m) 31s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:51:40.702 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (35m) 31s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:51:40.702 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (33m) 28s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:51:40.702 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (33m) 28s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:51:40.702 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (33m) 28s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:51:40.702 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (33m) 28s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:51:40.974 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:51:40.974 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:51:40.974 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:51:40.974 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:51:40.974 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:51:40.974 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:51:40.975 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:51:40.975 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:51:40.975 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:51:40.975 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:51:40.975 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:51:40.975 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:51:40.975 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:51:40.975 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:51:40.975 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:51:40.975 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:51:40.975 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:51:40.975 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:51:40.975 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:51:41.225 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:51:41.225 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:51:41.225 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:51:41.225 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:51:41.225 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:51:41.225 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:52:11.500 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:52:11.995 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:52:11.996 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (37m) 63s ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:52:11.996 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (37m) 59s ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:52:11.996 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (36m) 63s ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:52:11.996 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (22m) 63s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:52:11.996 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (22m) 59s ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:52:11.996 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (43m) 63s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:52:11.996 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (66s) 59s ago 36m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:52:11.996 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (43m) 63s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:52:11.996 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (41m) 59s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:52:11.996 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (14m) 63s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:52:11.996 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (14m) 59s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:52:11.996 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 63s ago 6m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:52:11.996 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 59s ago 4m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:52:11.997 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (37m) 63s ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:52:11.997 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (36m) 63s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:52:11.997 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (36m) 63s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:52:11.997 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (35m) 63s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:52:11.997 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (34m) 59s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:52:11.997 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (34m) 59s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:52:11.997 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (33m) 59s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:52:11.997 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (33m) 59s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:52:12.264 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:52:12.265 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:52:12.265 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:52:12.265 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:52:12.265 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:52:12.265 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:52:12.265 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:52:12.266 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:52:12.266 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:52:12.266 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:52:12.266 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:52:12.266 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:52:12.267 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:52:12.267 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:52:12.267 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:52:12.267 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:52:12.267 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:52:12.267 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:52:12.268 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:52:12.516 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:52:12.516 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:52:12.516 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:52:12.516 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:52:12.516 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:52:12.516 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:52:42.795 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:52:43.289 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:52:43.289 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (37m) 94s ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:52:43.289 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (37m) 91s ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:52:43.289 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (37m) 94s ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:52:43.289 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (23m) 94s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:52:43.289 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (23m) 91s ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:52:43.289 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (43m) 94s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:52:43.289 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (98s) 91s ago 37m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:52:43.289 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (43m) 94s ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:52:43.290 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (42m) 91s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:52:43.290 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (15m) 94s ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:52:43.290 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (15m) 91s ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:52:43.290 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 94s ago 6m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:52:43.290 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 91s ago 4m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:52:43.290 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (37m) 94s ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:52:43.290 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (37m) 94s ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:52:43.290 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (36m) 94s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:52:43.290 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (36m) 94s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:52:43.290 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (35m) 91s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:52:43.290 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (34m) 91s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:52:43.290 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (34m) 91s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:52:43.290 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (34m) 91s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:52:43.562 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:52:43.562 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:52:43.562 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:52:43.562 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:52:43.562 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:52:43.562 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:52:43.562 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:52:43.563 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:52:43.563 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:52:43.563 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:52:43.563 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:52:43.563 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:52:43.563 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:52:43.563 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:52:43.563 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:52:43.563 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:52:43.563 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:52:43.563 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:52:43.563 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:52:43.814 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:52:43.814 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:52:43.815 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:52:43.815 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:52:43.815 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:52:43.815 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:53:14.091 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:53:14.583 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:53:14.584 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:53:14.584 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:53:14.584 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (37m) 2m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:53:14.584 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (23m) 2m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:53:14.584 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (23m) 2m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:53:14.584 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:53:14.584 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (2m) 2m ago 37m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:53:14.584 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:53:14.584 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (42m) 2m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:53:14.584 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:53:14.584 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:53:14.584 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 2m ago 7m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:53:14.584 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 2m ago 5m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:53:14.585 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:53:14.585 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:53:14.585 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:53:14.585 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:53:14.585 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:53:14.585 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:53:14.585 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:53:14.585 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:53:14.855 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:53:14.855 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:53:14.855 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:53:14.855 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:53:14.855 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:53:14.855 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:53:14.855 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:53:14.856 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:53:14.856 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:53:14.856 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:53:14.856 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:53:14.856 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:53:14.856 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:53:14.856 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:53:14.856 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:53:14.856 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:53:14.856 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:53:14.856 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:53:14.856 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:53:15.105 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:53:15.105 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:53:15.105 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:53:15.105 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:53:15.105 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:53:15.105 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:53:45.382 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:53:45.886 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:53:45.886 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:53:45.886 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:53:45.886 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (38m) 2m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:53:45.886 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:53:45.886 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (24m) 2m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:53:45.886 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (44m) 2m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:53:45.886 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (2m) 2m ago 38m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:53:45.886 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (44m) 2m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:53:45.886 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:53:45.886 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (16m) 2m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:53:45.887 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (16m) 2m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:53:45.887 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 2m ago 7m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:53:45.887 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 2m ago 5m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:53:45.887 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:53:45.887 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (38m) 2m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:53:45.887 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:53:45.887 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:53:45.887 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:53:45.887 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:53:45.887 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:53:45.887 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:53:46.162 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:53:46.162 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:53:46.162 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:53:46.162 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:53:46.162 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:53:46.162 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:53:46.162 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:53:46.162 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:53:46.162 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:53:46.163 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:53:46.163 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:53:46.163 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:53:46.163 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:53:46.163 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:53:46.163 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:53:46.163 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:53:46.163 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:53:46.163 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:53:46.163 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:53:46.413 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:53:46.413 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:53:46.413 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:53:46.413 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:53:46.413 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:53:46.413 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:54:16.692 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:54:17.191 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:54:17.191 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (39m) 3m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:54:17.192 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (39m) 3m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:54:17.192 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (38m) 3m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:54:17.192 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (24m) 3m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:54:17.192 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (24m) 3m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:54:17.192 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:54:17.192 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (3m) 3m ago 38m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:54:17.192 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:54:17.192 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (43m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:54:17.192 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:54:17.192 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:54:17.192 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 3m ago 8m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:54:17.192 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 3m ago 6m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:54:17.192 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (39m) 3m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:54:17.193 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:54:17.193 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:54:17.193 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:54:17.193 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:54:17.193 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:54:17.193 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:54:17.193 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:54:17.464 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:54:17.465 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:54:17.466 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:54:17.466 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:54:17.466 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:54:17.725 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:54:17.726 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:54:17.726 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:54:17.726 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:54:17.726 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:54:17.726 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:54:48.001 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:54:48.498 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:54:48.499 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (39m) 3m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:54:48.499 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (39m) 3m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:54:48.499 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (39m) 3m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:54:48.499 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:54:48.499 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (25m) 3m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:54:48.499 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (45m) 3m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:54:48.499 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (3m) 3m ago 39m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:54:48.499 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (45m) 3m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:54:48.499 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:54:48.499 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (17m) 3m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:54:48.499 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (17m) 3m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:54:48.499 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 3m ago 8m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:54:48.500 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 3m ago 6m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:54:48.500 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (39m) 3m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:54:48.500 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (39m) 3m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:54:48.500 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:54:48.500 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:54:48.500 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:54:48.500 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:54:48.500 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:54:48.500 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:54:48.769 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:54:48.770 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:54:48.771 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:54:48.771 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:54:48.771 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:54:49.021 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:54:49.021 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:54:49.021 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:54:49.021 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:54:49.021 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:54:49.021 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:55:19.294 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:55:19.786 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:55:19.786 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (40m) 4m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:55:19.786 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (40m) 4m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (39m) 4m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (25m) 4m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (25m) 4m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (4m) 4m ago 39m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (18m) 4m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 4m ago 9m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 4m ago 7m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (40m) 4m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:55:19.787 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (39m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:55:19.788 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:55:19.788 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:55:19.788 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:55:19.788 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:55:20.057 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:55:20.057 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:55:20.057 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:55:20.057 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:55:20.057 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:55:20.057 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:55:20.057 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:55:20.057 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:55:20.058 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:55:20.058 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:55:20.058 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:55:20.058 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:55:20.058 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:55:20.058 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:55:20.058 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:55:20.058 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:55:20.058 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:55:20.058 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:55:20.058 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:55:20.309 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:55:20.309 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:55:20.309 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:55:20.309 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:55:20.310 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:55:20.310 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:55:50.581 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:55:51.082 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:55:51.082 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (40m) 4m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:55:51.082 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (40m) 4m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:55:51.082 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (40m) 4m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:55:51.082 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:55:51.082 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (26m) 4m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:55:51.082 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (46m) 4m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:55:51.082 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (4m) 4m ago 40m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:55:51.082 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (47m) 4m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:55:51.082 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:55:51.083 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (18m) 4m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:55:51.083 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (18m) 4m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:55:51.083 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 4m ago 9m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:55:51.083 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 4m ago 7m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:55:51.083 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (40m) 4m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:55:51.083 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (40m) 4m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:55:51.083 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:55:51.083 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:55:51.083 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:55:51.083 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:55:51.083 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:55:51.083 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:55:51.356 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:55:51.356 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:55:51.356 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:55:51.356 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:55:51.356 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:55:51.356 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:55:51.356 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:55:51.356 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:55:51.356 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:55:51.356 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:55:51.357 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:55:51.357 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:55:51.357 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:55:51.357 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:55:51.357 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:55:51.357 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:55:51.357 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:55:51.357 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:55:51.357 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:55:51.607 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:55:51.607 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:55:51.607 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:55:51.607 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:55:51.607 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:55:51.607 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:56:21.883 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:56:22.375 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:56:22.375 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:56:22.375 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:56:22.375 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (40m) 5m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:56:22.375 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:56:22.375 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (26m) 5m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:56:22.375 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:56:22.375 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (5m) 5m ago 40m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:56:22.375 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (47m) 5m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:56:22.376 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:56:22.376 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:56:22.376 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (19m) 5m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:56:22.376 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 5m ago 10m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:56:22.376 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 5m ago 8m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:56:22.376 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:56:22.376 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:56:22.376 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:56:22.376 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:56:22.376 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:56:22.376 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:56:22.376 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:56:22.376 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:56:22.647 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:56:22.648 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:56:22.648 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:56:22.648 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:56:22.648 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:56:22.648 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:56:22.648 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:56:22.648 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:56:22.648 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:56:22.648 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:56:22.648 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:56:22.648 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:56:22.648 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:56:22.648 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:56:22.649 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:56:22.649 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:56:22.649 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:56:22.649 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:56:22.649 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:56:22.898 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:56:22.898 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:56:22.898 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:56:22.899 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:56:22.899 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:56:22.899 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:56:53.174 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:56:53.671 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:56:53.671 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:56:53.671 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:56:53.671 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (41m) 5m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:56:53.671 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (27m) 5m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (48m) 5m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (5m) 5m ago 41m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (48m) 5m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (19m) 5m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (19m) 5m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 5m ago 10m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 5m ago 8m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (41m) 5m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:56:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:56:53.673 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:56:53.673 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:56:53.673 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:56:53.946 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:56:53.947 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:56:53.948 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:56:53.948 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:56:53.948 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:56:54.198 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:56:54.198 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:56:54.198 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:56:54.198 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:56:54.198 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:56:54.198 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:57:24.475 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:57:24.969 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (41m) 6m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (6m) 6m ago 41m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (48m) 6m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (20m) 6m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (20m) 6m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 6m ago 11m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:57:24.970 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 6m ago 9m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:57:24.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:57:24.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:57:24.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:57:24.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:57:24.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:57:24.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:57:24.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:57:24.971 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:57:25.244 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:57:25.244 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:57:25.244 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:57:25.244 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:57:25.244 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:57:25.244 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:57:25.244 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:57:25.244 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:57:25.244 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:57:25.244 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:57:25.244 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:57:25.244 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:57:25.244 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:57:25.245 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:57:25.245 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:57:25.245 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:57:25.245 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:57:25.245 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:57:25.245 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:57:25.501 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:57:25.501 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:57:25.501 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:57:25.501 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:57:25.501 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:57:25.501 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:57:55.776 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:57:56.270 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:57:56.270 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:57:56.270 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:57:56.270 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (42m) 6m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (28m) 6m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (49m) 6m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (6m) 6m ago 42m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (49m) 6m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (20m) 6m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (20m) 6m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 6m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 6m ago 9m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (42m) 6m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:57:56.271 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:57:56.272 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:57:56.272 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:57:56.272 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:57:56.543 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:57:56.543 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:57:56.543 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:57:56.543 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:57:56.543 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:57:56.543 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:57:56.544 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:57:56.544 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:57:56.544 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:57:56.544 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:57:56.544 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:57:56.544 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:57:56.544 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:57:56.544 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:57:56.544 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:57:56.544 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:57:56.544 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:57:56.544 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:57:56.544 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:57:56.798 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:57:56.798 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:57:56.798 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:57:56.798 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:57:56.798 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:57:56.798 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:58:27.073 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:58:27.565 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:58:27.565 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:58:27.565 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:58:27.565 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (42m) 7m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:58:27.565 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:58:27.565 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:58:27.565 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:58:27.565 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (7m) 7m ago 42m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:58:27.565 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (49m) 7m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:58:27.565 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:58:27.565 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (21m) 7m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:58:27.566 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (21m) 7m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:58:27.566 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 7m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:58:27.566 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 7m ago 10m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:58:27.566 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:58:27.566 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:58:27.566 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:58:27.566 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:58:27.566 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:58:27.566 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:58:27.566 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:58:27.566 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:58:27.840 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:58:27.840 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:58:27.840 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:58:27.840 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:58:27.840 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:58:27.840 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:58:27.840 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:58:27.840 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:58:27.840 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:58:27.840 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:58:27.840 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:58:27.840 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:58:27.841 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:58:27.841 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:58:27.841 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:58:27.841 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:58:27.841 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:58:27.841 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:58:27.841 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:58:28.091 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:58:28.091 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:58:28.091 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:58:28.092 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:58:28.092 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:58:28.092 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:58:58.368 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:58:58.859 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:58:58.860 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:58:58.860 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:58:58.860 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (43m) 7m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:58:58.860 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:58:58.860 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (29m) 7m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:58:58.860 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (50m) 7m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:58:58.860 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (7m) 7m ago 43m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:58:58.860 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (50m) 7m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:58:58.860 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:58:58.860 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (21m) 7m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:58:58.860 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (21m) 7m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:58:58.861 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 7m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:58:58.861 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 7m ago 11m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:58:58.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:58:58.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (43m) 7m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:58:58.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:58:58.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:58:58.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:58:58.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:58:58.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:58:58.861 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:58:59.131 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:58:59.131 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:58:59.131 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:58:59.132 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:58:59.133 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:58:59.381 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:58:59.381 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:58:59.381 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:58:59.381 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:58:59.382 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:58:59.382 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:59:29.662 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T00:59:30.158 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T00:59:30.158 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (44m) 8m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T00:59:30.158 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (44m) 8m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T00:59:30.158 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (44m) 8m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T00:59:30.158 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (29m) 8m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T00:59:30.158 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (29m) 8m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T00:59:30.158 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T00:59:30.158 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (8m) 8m ago 43m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T00:59:30.158 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (50m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T00:59:30.159 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T00:59:30.159 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (22m) 8m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T00:59:30.159 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (22m) 8m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T00:59:30.159 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 8m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:59:30.159 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 8m ago 11m docker.io/prom/node-exporter:v0.18.1 2024-02-20T00:59:30.159 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (44m) 8m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T00:59:30.159 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T00:59:30.159 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T00:59:30.159 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T00:59:30.159 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T00:59:30.159 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T00:59:30.159 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T00:59:30.159 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T00:59:30.430 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:59:30.430 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T00:59:30.430 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:59:30.430 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:59:30.430 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T00:59:30.431 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T00:59:30.684 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T00:59:30.684 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T00:59:30.684 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T00:59:30.684 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T00:59:30.684 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T00:59:30.684 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:00:00.959 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T01:00:01.451 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T01:00:01.451 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (44m) 8m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T01:00:01.451 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (45m) 8m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T01:00:01.451 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (44m) 8m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T01:00:01.451 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T01:00:01.451 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (30m) 8m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T01:00:01.451 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (51m) 8m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T01:00:01.451 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (8m) 8m ago 44m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T01:00:01.451 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (51m) 8m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T01:00:01.452 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (49m) 8m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T01:00:01.452 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (22m) 8m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T01:00:01.452 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (22m) 8m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T01:00:01.452 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 8m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-02-20T01:00:01.452 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 8m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-02-20T01:00:01.452 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (44m) 8m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T01:00:01.452 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (44m) 8m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T01:00:01.452 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (44m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T01:00:01.452 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T01:00:01.452 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T01:00:01.452 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T01:00:01.452 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T01:00:01.452 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T01:00:01.726 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:00:01.727 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T01:00:01.728 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T01:00:01.728 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:00:01.728 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T01:00:01.728 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:00:01.976 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:00:01.977 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T01:00:01.977 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T01:00:01.977 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T01:00:01.977 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T01:00:01.977 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:00:32.250 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T01:00:32.744 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T01:00:32.744 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (45m) 9m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T01:00:32.744 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (45m) 9m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T01:00:32.744 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (45m) 9m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T01:00:32.744 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (30m) 9m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (30m) 9m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (9m) 9m ago 45m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (51m) 9m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 9m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 9m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (45m) 9m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T01:00:32.745 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T01:00:32.746 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T01:00:32.746 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T01:00:32.746 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T01:00:33.017 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:00:33.018 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T01:00:33.018 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:00:33.018 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:00:33.018 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T01:00:33.018 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T01:00:33.018 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:00:33.018 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:00:33.019 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T01:00:33.019 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T01:00:33.019 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:00:33.019 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T01:00:33.019 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:00:33.019 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:00:33.020 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T01:00:33.020 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T01:00:33.020 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:00:33.020 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T01:00:33.020 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:00:33.269 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:00:33.269 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T01:00:33.270 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T01:00:33.270 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T01:00:33.270 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T01:00:33.270 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:01:03.541 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T01:01:04.037 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T01:01:04.037 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (45m) 9m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T01:01:04.037 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (46m) 9m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T01:01:04.037 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (45m) 9m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T01:01:04.037 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T01:01:04.037 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (31m) 9m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T01:01:04.037 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (52m) 9m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T01:01:04.037 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (9m) 9m ago 45m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T01:01:04.037 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (52m) 9m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T01:01:04.037 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T01:01:04.037 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T01:01:04.038 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T01:01:04.038 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 9m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-02-20T01:01:04.038 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 9m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-02-20T01:01:04.038 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (45m) 9m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T01:01:04.038 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (45m) 9m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T01:01:04.038 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (45m) 9m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T01:01:04.038 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T01:01:04.038 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T01:01:04.038 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T01:01:04.038 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T01:01:04.038 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T01:01:04.309 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:01:04.309 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T01:01:04.309 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:01:04.309 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:01:04.309 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T01:01:04.309 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T01:01:04.309 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:01:04.309 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:01:04.309 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T01:01:04.309 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T01:01:04.309 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:01:04.309 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T01:01:04.310 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:01:04.310 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:01:04.310 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T01:01:04.310 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T01:01:04.310 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:01:04.310 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T01:01:04.310 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:01:04.563 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:01:04.563 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T01:01:04.563 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T01:01:04.563 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T01:01:04.563 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T01:01:04.564 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:01:34.837 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T01:01:35.328 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T01:01:35.328 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (46m) 10m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T01:01:35.328 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (46m) 10m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T01:01:35.328 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (46m) 10m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T01:01:35.328 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (31m) 10m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T01:01:35.328 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T01:01:35.328 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T01:01:35.328 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (10m) 10m ago 46m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T01:01:35.328 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (52m) 10m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T01:01:35.328 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T01:01:35.329 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (24m) 10m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T01:01:35.329 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (24m) 10m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T01:01:35.329 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 10m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-02-20T01:01:35.329 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 10m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-02-20T01:01:35.329 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (46m) 10m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T01:01:35.329 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T01:01:35.329 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T01:01:35.329 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T01:01:35.329 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T01:01:35.329 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T01:01:35.329 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T01:01:35.329 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (43m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:01:35.606 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:01:35.607 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T01:01:35.607 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T01:01:35.607 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:01:35.607 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T01:01:35.607 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:01:35.860 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:01:35.860 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T01:01:35.860 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T01:01:35.860 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T01:01:35.860 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T01:01:35.860 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:02:06.130 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T01:02:06.627 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T01:02:06.627 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (47m) 10m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T01:02:06.627 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (47m) 10m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T01:02:06.627 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (46m) 10m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T01:02:06.627 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T01:02:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (32m) 10m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T01:02:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (53m) 10m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T01:02:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (11m) 10m ago 46m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T01:02:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (53m) 10m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T01:02:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T01:02:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (24m) 10m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T01:02:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (24m) 10m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T01:02:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 10m ago 16m docker.io/prom/node-exporter:v0.18.1 2024-02-20T01:02:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 10m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-02-20T01:02:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (46m) 10m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T01:02:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (46m) 10m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T01:02:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (46m) 10m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T01:02:06.628 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T01:02:06.629 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T01:02:06.629 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T01:02:06.629 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T01:02:06.629 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T01:02:06.900 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:02:06.900 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T01:02:06.900 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:02:06.900 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:02:06.900 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T01:02:06.900 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T01:02:06.900 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:02:06.900 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:02:06.901 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T01:02:06.901 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T01:02:06.901 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:02:06.901 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T01:02:06.901 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:02:06.901 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:02:06.901 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T01:02:06.901 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T01:02:06.901 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:02:06.901 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T01:02:06.901 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:02:07.151 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:02:07.152 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T01:02:07.152 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T01:02:07.152 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T01:02:07.152 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T01:02:07.152 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:02:37.429 INFO:teuthology.orchestra.run.smithi110.stdout:true 2024-02-20T01:02:37.922 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (47m) 11m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9b3bead82824 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (47m) 11m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a3a4d7f12761 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (47m) 11m ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 62e59edb0b67 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 779f3800be93 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (33m) 11m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a48d5600e1d9 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 414d9b90a985 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (11m) 11m ago 47m 16.2.14-549-g19854089 quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd a9c9ec92d1b5 939dde732589 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (53m) 11m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ae07db84ba4e 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 20c87514f8f1 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (25m) 11m ago 25m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 cbd6ff2035c3 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (25m) 11m ago 25m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 d853d68ae42c 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 11m ago 16m docker.io/prom/node-exporter:v0.18.1 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 11m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (47m) 11m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e16838678f59 2024-02-20T01:02:37.923 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5a77b19c43f9 2024-02-20T01:02:37.924 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4cf013eec413 2024-02-20T01:02:37.924 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d8f98734b4ea 2024-02-20T01:02:37.924 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 39abb3924585 2024-02-20T01:02:37.924 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4b94dc0dba7f 2024-02-20T01:02:37.924 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 850e93ef81cf 2024-02-20T01:02:37.924 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4187b197c58f 2024-02-20T01:02:38.198 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:02:38.198 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T01:02:38.198 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:02:38.198 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:02:38.198 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T01:02:38.198 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T01:02:38.198 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:02:38.198 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:02:38.198 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T01:02:38.199 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T01:02:38.199 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:02:38.199 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T01:02:38.199 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:02:38.199 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:02:38.199 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T01:02:38.199 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T01:02:38.199 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:02:38.199 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T01:02:38.199 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:02:38.448 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:02:38.448 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd", 2024-02-20T01:02:38.448 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2024-02-20T01:02:38.448 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2024-02-20T01:02:38.448 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "" 2024-02-20T01:02:38.448 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:03:09.689 INFO:teuthology.orchestra.run.smithi110.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-02-20T01:03:09.689 INFO:teuthology.orchestra.run.smithi110.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-02-20T01:03:10.489 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c 'ceph orch ps' 2024-02-20T01:03:12.658 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-20T01:03:12.659 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (48m) 12m ago 48m - - 15.2.13 2cf504fded39 9b3bead82824 2024-02-20T01:03:12.659 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (48m) 12m ago 48m - - 15.2.13 2cf504fded39 a3a4d7f12761 2024-02-20T01:03:12.659 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 running (47m) 12m ago 47m - - 6.7.4 557c83e11646 62e59edb0b67 2024-02-20T01:03:12.659 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (33m) 12m ago 33m - - 15.2.13 2cf504fded39 779f3800be93 2024-02-20T01:03:12.659 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (33m) 12m ago 33m - - 15.2.13 2cf504fded39 a48d5600e1d9 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (54m) 12m ago 54m - - 15.2.13 2cf504fded39 414d9b90a985 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (12m) 12m ago 47m - - 16.2.14-549-g19854089 a9c9ec92d1b5 939dde732589 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (54m) 12m ago 54m - 2048M 15.2.13 2cf504fded39 ae07db84ba4e 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (52m) 12m ago 52m - 2048M 15.2.13 2cf504fded39 20c87514f8f1 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi110 smithi110 running (25m) 12m ago 25m - - 3.3 2cf504fded39 cbd6ff2035c3 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.ganesha-foo.smithi148 smithi148 running (25m) 12m ago 25m - - 3.3 2cf504fded39 d853d68ae42c 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 unknown 12m ago 17m - - 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 unknown 12m ago 15m - - 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (48m) 12m ago 48m - 4096M 15.2.13 2cf504fded39 e16838678f59 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (47m) 12m ago 47m - 4096M 15.2.13 2cf504fded39 5a77b19c43f9 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (47m) 12m ago 47m - 4096M 15.2.13 2cf504fded39 4cf013eec413 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (46m) 12m ago 46m - 4096M 15.2.13 2cf504fded39 d8f98734b4ea 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (45m) 12m ago 45m - 4096M 15.2.13 2cf504fded39 39abb3924585 2024-02-20T01:03:12.660 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (45m) 12m ago 45m - 4096M 15.2.13 2cf504fded39 4b94dc0dba7f 2024-02-20T01:03:12.661 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (44m) 12m ago 44m - 4096M 15.2.13 2cf504fded39 850e93ef81cf 2024-02-20T01:03:12.661 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (44m) 12m ago 44m - 4096M 15.2.13 2cf504fded39 4187b197c58f 2024-02-20T01:03:13.393 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c 'ceph versions' 2024-02-20T01:03:15.859 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:03:15.859 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T01:03:15.860 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:03:15.860 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:03:15.860 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T01:03:15.860 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T01:03:15.860 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:03:15.860 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:03:15.860 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T01:03:15.860 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T01:03:15.861 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:03:15.861 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T01:03:15.861 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:03:15.861 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:03:15.861 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T01:03:15.861 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T01:03:15.861 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:03:15.861 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T01:03:15.861 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:03:16.492 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-20T01:03:18.196 INFO:teuthology.orchestra.run.smithi110.stdout:wait for servicemap items w/ changing names to refresh 2024-02-20T01:03:18.754 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c 'sleep 60' 2024-02-20T01:04:21.542 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c 'ceph orch ps' 2024-02-20T01:04:23.419 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-20T01:04:23.419 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi148 smithi148 *:9093,9094 running (44s) 20s ago 44s 15.0M - 0.23.0 ba2b418f427c 278bbd455c22 2024-02-20T01:04:23.420 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (49m) 22s ago 49m 6349k - 15.2.13 2cf504fded39 9b3bead82824 2024-02-20T01:04:23.420 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi148 smithi148 running (49m) 20s ago 49m 6349k - 15.2.13 2cf504fded39 a3a4d7f12761 2024-02-20T01:04:23.420 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 starting - - - - 2024-02-20T01:04:23.420 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.toferg smithi110 running (34m) 22s ago 34m 20.9M - 15.2.13 2cf504fded39 779f3800be93 2024-02-20T01:04:23.420 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi148.tptnaz smithi148 running (34m) 20s ago 34m 37.1M - 15.2.13 2cf504fded39 a48d5600e1d9 2024-02-20T01:04:23.420 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ysrpex smithi110 running (55m) 22s ago 55m 303M - 15.2.13 2cf504fded39 414d9b90a985 2024-02-20T01:04:23.420 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi148.bnzgpr smithi148 running (13m) 20s ago 48m 429M - 16.2.14-549-g19854089 a9c9ec92d1b5 939dde732589 2024-02-20T01:04:23.420 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (55m) 22s ago 55m 295M 2048M 15.2.13 2cf504fded39 ae07db84ba4e 2024-02-20T01:04:23.420 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi148 smithi148 running (53m) 20s ago 53m 173M 2048M 15.2.13 2cf504fded39 20c87514f8f1 2024-02-20T01:04:23.420 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.dztmoq smithi110 *:2049 running (31s) 22s ago 31s 49.5M - 3.3 2cf504fded39 6d0cabb14a17 2024-02-20T01:04:23.420 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi148.kkjjii smithi148 *:2049 running (26s) 20s ago 25s 53.3M - 3.3 2cf504fded39 7ccd5e6e9046 2024-02-20T01:04:23.420 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 error 22s ago 18m - - 2024-02-20T01:04:23.421 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi148 smithi148 error 20s ago 16m - - 2024-02-20T01:04:23.421 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (49m) 22s ago 49m 364M 4096M 15.2.13 2cf504fded39 e16838678f59 2024-02-20T01:04:23.421 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (48m) 22s ago 48m 410M 4096M 15.2.13 2cf504fded39 5a77b19c43f9 2024-02-20T01:04:23.421 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (48m) 22s ago 48m 267M 4096M 15.2.13 2cf504fded39 4cf013eec413 2024-02-20T01:04:23.421 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (48m) 22s ago 48m 281M 4096M 15.2.13 2cf504fded39 d8f98734b4ea 2024-02-20T01:04:23.421 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi148 running (46m) 20s ago 46m 462M 4096M 15.2.13 2cf504fded39 39abb3924585 2024-02-20T01:04:23.421 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi148 running (46m) 20s ago 46m 326M 4096M 15.2.13 2cf504fded39 4b94dc0dba7f 2024-02-20T01:04:23.421 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi148 running (46m) 20s ago 46m 291M 4096M 15.2.13 2cf504fded39 850e93ef81cf 2024-02-20T01:04:23.421 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi148 running (45m) 20s ago 45m 471M 4096M 15.2.13 2cf504fded39 4187b197c58f 2024-02-20T01:04:23.421 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi148 smithi148 *:9095 running (34s) 20s ago 33s 33.7M - 2.33.4 514e6a882f6e 2551eebf9797 2024-02-20T01:04:24.013 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c 'ceph versions' 2024-02-20T01:04:25.886 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-02-20T01:04:25.886 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2024-02-20T01:04:25.886 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:04:25.886 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:04:25.886 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2024-02-20T01:04:25.886 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-20T01:04:25.887 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:04:25.887 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:04:25.887 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2024-02-20T01:04:25.887 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-20T01:04:25.887 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:04:25.887 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2024-02-20T01:04:25.887 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-20T01:04:25.887 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-02-20T01:04:25.887 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2024-02-20T01:04:25.887 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-20T01:04:25.887 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable)": 1 2024-02-20T01:04:25.887 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-02-20T01:04:25.887 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-02-20T01:04:26.524 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-20T01:04:28.476 INFO:teuthology.orchestra.run.smithi110.stdout:false 2024-02-20T01:04:29.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:04:29.071 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi110 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 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-02-20T01:04:29.311 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2a2fd28f475b44749de2d6b642a93066 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi110 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 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-02-20T01:04:29.315 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-20T01:04:29.326 INFO:tasks.cephadm:Teardown begin 2024-02-20T01:04:29.327 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T01:04:29.371 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T01:04:29.412 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-20T01:04:29.412 DEBUG:teuthology.orchestra.run.smithi110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-20T01:04:29.430 DEBUG:teuthology.orchestra.run.smithi148:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-20T01:04:29.473 INFO:tasks.cephadm:Stopping all daemons... 2024-02-20T01:04:29.473 INFO:tasks.cephadm.mon.smithi110:Stopping mon.smithi110... 2024-02-20T01:04:29.473 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi110 2024-02-20T01:04:29.678 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Feb 20 01:04:29 smithi110 systemd[1]: Stopping Ceph mon.smithi110 for 24abccd8-cf84-11ee-95bb-87774f69a715... 2024-02-20T01:04:30.404 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Feb 20 01:04:30 smithi110 bash[102223]: ceph-24abccd8-cf84-11ee-95bb-87774f69a715-mon.smithi110 2024-02-20T01:04:30.405 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Feb 20 01:04:30 smithi110 bash[102260]: bash: /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi110/unit.stop: No such file or directory 2024-02-20T01:04:30.409 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi110.service' 2024-02-20T01:04:30.454 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T01:04:30.454 INFO:tasks.cephadm.mon.smithi110:Stopped mon.smithi110 2024-02-20T01:04:30.454 INFO:tasks.cephadm.mon.smithi148:Stopping mon.smithi148... 2024-02-20T01:04:30.455 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi148 2024-02-20T01:04:30.771 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 20 01:04:30 smithi148 systemd[1]: Stopping Ceph mon.smithi148 for 24abccd8-cf84-11ee-95bb-87774f69a715... 2024-02-20T01:04:31.606 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 20 01:04:31 smithi148 bash[48784]: ceph-24abccd8-cf84-11ee-95bb-87774f69a715-mon.smithi148 2024-02-20T01:04:31.606 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 20 01:04:31 smithi148 bash[48822]: bash: /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/mon.smithi148/unit.stop: No such file or directory 2024-02-20T01:04:31.609 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@mon.smithi148.service' 2024-02-20T01:04:31.655 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T01:04:31.656 INFO:tasks.cephadm.mon.smithi148:Stopped mon.smithi148 2024-02-20T01:04:31.656 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-20T01:04:31.656 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.0 2024-02-20T01:04:31.946 INFO:journalctl@ceph.osd.0.smithi110.stdout:Feb 20 01:04:31 smithi110 systemd[1]: Stopping Ceph osd.0 for 24abccd8-cf84-11ee-95bb-87774f69a715... 2024-02-20T01:04:32.678 INFO:journalctl@ceph.osd.0.smithi110.stdout:Feb 20 01:04:32 smithi110 bash[102317]: ceph-24abccd8-cf84-11ee-95bb-87774f69a715-osd.0 2024-02-20T01:04:32.678 INFO:journalctl@ceph.osd.0.smithi110.stdout:Feb 20 01:04:32 smithi110 bash[102359]: bash: /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/osd.0/unit.stop: No such file or directory 2024-02-20T01:04:33.765 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.0.service' 2024-02-20T01:04:33.804 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T01:04:33.805 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-20T01:04:33.805 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-20T01:04:33.805 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.1 2024-02-20T01:04:34.083 INFO:journalctl@ceph.osd.1.smithi110.stdout:Feb 20 01:04:33 smithi110 systemd[1]: Stopping Ceph osd.1 for 24abccd8-cf84-11ee-95bb-87774f69a715... 2024-02-20T01:04:34.678 INFO:journalctl@ceph.osd.1.smithi110.stdout:Feb 20 01:04:34 smithi110 bash[102500]: ceph-24abccd8-cf84-11ee-95bb-87774f69a715-osd.1 2024-02-20T01:04:34.678 INFO:journalctl@ceph.osd.1.smithi110.stdout:Feb 20 01:04:34 smithi110 bash[102540]: bash: /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/osd.1/unit.stop: No such file or directory 2024-02-20T01:04:35.812 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.1.service' 2024-02-20T01:04:35.853 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T01:04:35.853 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-20T01:04:35.853 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-20T01:04:35.853 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.2 2024-02-20T01:04:36.152 INFO:journalctl@ceph.osd.2.smithi110.stdout:Feb 20 01:04:35 smithi110 systemd[1]: Stopping Ceph osd.2 for 24abccd8-cf84-11ee-95bb-87774f69a715... 2024-02-20T01:04:36.928 INFO:journalctl@ceph.osd.2.smithi110.stdout:Feb 20 01:04:36 smithi110 bash[102684]: ceph-24abccd8-cf84-11ee-95bb-87774f69a715-osd.2 2024-02-20T01:04:36.928 INFO:journalctl@ceph.osd.2.smithi110.stdout:Feb 20 01:04:36 smithi110 bash[102723]: bash: /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/osd.2/unit.stop: No such file or directory 2024-02-20T01:04:37.962 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.2.service' 2024-02-20T01:04:38.003 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T01:04:38.003 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-20T01:04:38.003 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-20T01:04:38.003 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.3 2024-02-20T01:04:38.321 INFO:journalctl@ceph.osd.3.smithi110.stdout:Feb 20 01:04:38 smithi110 systemd[1]: Stopping Ceph osd.3 for 24abccd8-cf84-11ee-95bb-87774f69a715... 2024-02-20T01:04:38.928 INFO:journalctl@ceph.osd.3.smithi110.stdout:Feb 20 01:04:38 smithi110 bash[102871]: ceph-24abccd8-cf84-11ee-95bb-87774f69a715-osd.3 2024-02-20T01:04:38.928 INFO:journalctl@ceph.osd.3.smithi110.stdout:Feb 20 01:04:38 smithi110 bash[102910]: bash: /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/osd.3/unit.stop: No such file or directory 2024-02-20T01:04:40.123 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.3.service' 2024-02-20T01:04:40.164 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T01:04:40.164 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-20T01:04:40.164 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-20T01:04:40.164 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.4 2024-02-20T01:04:40.521 INFO:journalctl@ceph.osd.4.smithi148.stdout:Feb 20 01:04:40 smithi148 systemd[1]: Stopping Ceph osd.4 for 24abccd8-cf84-11ee-95bb-87774f69a715... 2024-02-20T01:04:41.271 INFO:journalctl@ceph.osd.4.smithi148.stdout:Feb 20 01:04:40 smithi148 bash[48881]: ceph-24abccd8-cf84-11ee-95bb-87774f69a715-osd.4 2024-02-20T01:04:41.271 INFO:journalctl@ceph.osd.4.smithi148.stdout:Feb 20 01:04:40 smithi148 bash[48921]: bash: /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/osd.4/unit.stop: No such file or directory 2024-02-20T01:04:42.466 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.4.service' 2024-02-20T01:04:42.507 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T01:04:42.507 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-20T01:04:42.507 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-20T01:04:42.508 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.5 2024-02-20T01:04:42.771 INFO:journalctl@ceph.osd.5.smithi148.stdout:Feb 20 01:04:42 smithi148 systemd[1]: Stopping Ceph osd.5 for 24abccd8-cf84-11ee-95bb-87774f69a715... 2024-02-20T01:04:43.521 INFO:journalctl@ceph.osd.5.smithi148.stdout:Feb 20 01:04:43 smithi148 bash[49064]: ceph-24abccd8-cf84-11ee-95bb-87774f69a715-osd.5 2024-02-20T01:04:43.521 INFO:journalctl@ceph.osd.5.smithi148.stdout:Feb 20 01:04:43 smithi148 bash[49103]: bash: /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/osd.5/unit.stop: No such file or directory 2024-02-20T01:04:44.751 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.5.service' 2024-02-20T01:04:44.791 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T01:04:44.791 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-20T01:04:44.792 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-20T01:04:44.792 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.6 2024-02-20T01:04:45.021 INFO:journalctl@ceph.osd.6.smithi148.stdout:Feb 20 01:04:44 smithi148 systemd[1]: Stopping Ceph osd.6 for 24abccd8-cf84-11ee-95bb-87774f69a715... 2024-02-20T01:04:45.771 INFO:journalctl@ceph.osd.6.smithi148.stdout:Feb 20 01:04:45 smithi148 bash[49248]: ceph-24abccd8-cf84-11ee-95bb-87774f69a715-osd.6 2024-02-20T01:04:45.771 INFO:journalctl@ceph.osd.6.smithi148.stdout:Feb 20 01:04:45 smithi148 bash[49289]: bash: /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/osd.6/unit.stop: No such file or directory 2024-02-20T01:04:46.988 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.6.service' 2024-02-20T01:04:47.028 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T01:04:47.028 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-20T01:04:47.028 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-20T01:04:47.028 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.7 2024-02-20T01:04:47.271 INFO:journalctl@ceph.osd.7.smithi148.stdout:Feb 20 01:04:47 smithi148 systemd[1]: Stopping Ceph osd.7 for 24abccd8-cf84-11ee-95bb-87774f69a715... 2024-02-20T01:04:48.022 INFO:journalctl@ceph.osd.7.smithi148.stdout:Feb 20 01:04:47 smithi148 bash[49429]: ceph-24abccd8-cf84-11ee-95bb-87774f69a715-osd.7 2024-02-20T01:04:48.024 INFO:journalctl@ceph.osd.7.smithi148.stdout:Feb 20 01:04:47 smithi148 bash[49469]: bash: /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/osd.7/unit.stop: No such file or directory 2024-02-20T01:04:49.331 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-24abccd8-cf84-11ee-95bb-87774f69a715@osd.7.service' 2024-02-20T01:04:49.372 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T01:04:49.372 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-20T01:04:49.372 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 --force --keep-logs 2024-02-20T01:04:49.520 INFO:teuthology.orchestra.run.smithi110.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-20T01:04:49.520 INFO:teuthology.orchestra.run.smithi110.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-20T01:04:49.521 INFO:teuthology.orchestra.run.smithi110.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-20T01:04:49.521 INFO:teuthology.orchestra.run.smithi110.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-02-20T01:04:49.521 INFO:teuthology.orchestra.run.smithi110.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2024-02-20T01:04:49.521 INFO:teuthology.orchestra.run.smithi110.stderr: ... 2024-02-20T01:04:49.521 INFO:teuthology.orchestra.run.smithi110.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-20T01:04:49.531 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-20T01:04:49.531 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 --force --keep-logs 2024-02-20T01:04:49.670 INFO:teuthology.orchestra.run.smithi148.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-20T01:04:49.670 INFO:teuthology.orchestra.run.smithi148.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-20T01:04:49.670 INFO:teuthology.orchestra.run.smithi148.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-20T01:04:49.670 INFO:teuthology.orchestra.run.smithi148.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-02-20T01:04:49.670 INFO:teuthology.orchestra.run.smithi148.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2024-02-20T01:04:49.670 INFO:teuthology.orchestra.run.smithi148.stderr: ... 2024-02-20T01:04:49.671 INFO:teuthology.orchestra.run.smithi148.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-20T01:04:49.680 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-20T01:04:49.681 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T01:04:49.709 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T01:04:49.736 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-20T01:04:49.738 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568136/remote/ubuntu@smithi110.front.sepia.ceph.com/crash 2024-02-20T01:04:49.738 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/crash -- . 2024-02-20T01:04:49.785 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568136/remote/ubuntu@smithi148.front.sepia.ceph.com/crash 2024-02-20T01:04:49.786 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/lib/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/crash -- . 2024-02-20T01:04:49.840 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-20T01:04:49.841 DEBUG:teuthology.orchestra.run.smithi110:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-20T01:04:49.870 INFO:teuthology.orchestra.run.smithi110.stdout:2024-02-20T00:11:27.157290+0000 mon.smithi110 (mon.0) 191 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-20T01:04:49.870 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-20T01:04:49.871 INFO:tasks.cephadm:Compressing logs... 2024-02-20T01:04:49.871 DEBUG:teuthology.orchestra.run.smithi110:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-20T01:04:49.913 DEBUG:teuthology.orchestra.run.smithi148:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-20T01:04:49.937 INFO:teuthology.orchestra.run.smithi110.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-20T01:04:49.937 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-20T01:04:49.937 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-20T01:04:49.938 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.2.log 2024-02-20T01:04:49.939 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-20T01:04:49.939 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-20T01:04:49.939 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.2.log: /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi110.toferg.log 2024-02-20T01:04:49.939 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.cephadm.log: /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi110.toferg.log: 62.2% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi110.toferg.log.gz 2024-02-20T01:04:49.939 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.3.log 2024-02-20T01:04:49.940 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.0.log 2024-02-20T01:04:49.940 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.3.log: 94.3% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.cephadm.log.gz 2024-02-20T01:04:49.942 INFO:teuthology.orchestra.run.smithi148.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-20T01:04:49.942 INFO:teuthology.orchestra.run.smithi148.stderr:: No such file or directory 2024-02-20T01:04:49.942 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi148.tptnaz.log 2024-02-20T01:04:49.942 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.6.log 2024-02-20T01:04:49.942 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-20T01:04:49.942 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi148.tptnaz.log: /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.6.log: 79.1% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi148.tptnaz.log.gz 2024-02-20T01:04:49.943 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-20T01:04:49.943 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-20T01:04:49.943 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mgr.smithi148.bnzgpr.log 2024-02-20T01:04:49.944 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.cephadm.log: /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mgr.smithi148.bnzgpr.log: 91.1% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-20T01:04:49.944 INFO:teuthology.orchestra.run.smithi148.stderr: 95.4% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.cephadm.log.gz 2024-02-20T01:04:49.944 INFO:teuthology.orchestra.run.smithi148.stderr: 91.5% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-20T01:04:49.945 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.0.log: 91.4% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-20T01:04:49.945 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mgr.smithi110.ysrpex.log 2024-02-20T01:04:49.945 INFO:teuthology.orchestra.run.smithi110.stderr:gzip 91.2%-5 --verbose -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-volume.log.gz-- 2024-02-20T01:04:49.945 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mon.smithi110.log 2024-02-20T01:04:49.945 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mgr.smithi110.ysrpex.log: /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mon.smithi110.log: gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.log 2024-02-20T01:04:49.946 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.log: 92.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-20T01:04:49.946 INFO:teuthology.orchestra.run.smithi110.stderr: 89.4% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-20T01:04:49.946 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.1.log 2024-02-20T01:04:49.947 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.7.log 2024-02-20T01:04:49.947 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mon.smithi148.log 2024-02-20T01:04:49.947 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.log 2024-02-20T01:04:49.947 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mon.smithi148.log: gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.4.log 2024-02-20T01:04:49.948 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.log: 93.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-20T01:04:49.948 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.5.log 2024-02-20T01:04:49.951 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.5.log: 90.1% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-20T01:04:49.990 INFO:teuthology.orchestra.run.smithi148.stderr:gzip: /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mgr.smithi148.bnzgpr.log: file size changed while zipping 2024-02-20T01:04:49.990 INFO:teuthology.orchestra.run.smithi148.stderr: 90.8% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mgr.smithi148.bnzgpr.log.gz 2024-02-20T01:04:50.401 INFO:teuthology.orchestra.run.smithi148.stderr: 92.5% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mon.smithi148.log.gz 2024-02-20T01:04:50.745 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.1.log: 92.4% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mgr.smithi110.ysrpex.log.gz 2024-02-20T01:04:52.048 INFO:teuthology.orchestra.run.smithi110.stderr: 91.6% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-mon.smithi110.log.gz 2024-02-20T01:05:02.094 INFO:teuthology.orchestra.run.smithi110.stderr: 94.5% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.2.log.gz 2024-02-20T01:05:05.754 INFO:teuthology.orchestra.run.smithi148.stderr: 93.9% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.4.log.gz 2024-02-20T01:05:08.165 INFO:teuthology.orchestra.run.smithi110.stderr: 94.0% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.0.log.gz 2024-02-20T01:05:08.473 INFO:teuthology.orchestra.run.smithi148.stderr: 94.3% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.6.log.gz 2024-02-20T01:05:10.277 INFO:teuthology.orchestra.run.smithi110.stderr: 94.3% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.1.log.gz 2024-02-20T01:05:10.920 INFO:teuthology.orchestra.run.smithi148.stderr: 94.2% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.5.log.gz 2024-02-20T01:05:11.477 INFO:teuthology.orchestra.run.smithi110.stderr: 94.1% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.3.log.gz 2024-02-20T01:05:11.479 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-02-20T01:05:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:real 0m21.552s 2024-02-20T01:05:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:user 1m12.298s 2024-02-20T01:05:11.480 INFO:teuthology.orchestra.run.smithi110.stderr:sys 0m2.784s 2024-02-20T01:05:18.398 INFO:teuthology.orchestra.run.smithi148.stderr: 94.1% -- replaced with /var/log/ceph/24abccd8-cf84-11ee-95bb-87774f69a715/ceph-osd.7.log.gz 2024-02-20T01:05:18.400 INFO:teuthology.orchestra.run.smithi148.stderr: 2024-02-20T01:05:18.400 INFO:teuthology.orchestra.run.smithi148.stderr:real 0m28.470s 2024-02-20T01:05:18.400 INFO:teuthology.orchestra.run.smithi148.stderr:user 1m20.899s 2024-02-20T01:05:18.400 INFO:teuthology.orchestra.run.smithi148.stderr:sys 0m3.262s 2024-02-20T01:05:18.401 INFO:tasks.cephadm:Archiving logs... 2024-02-20T01:05:18.401 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568136/remote/ubuntu@smithi110.front.sepia.ceph.com/log 2024-02-20T01:05:18.402 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-20T01:05:28.838 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568136/remote/ubuntu@smithi148.front.sepia.ceph.com/log 2024-02-20T01:05:28.839 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-20T01:05:40.618 INFO:tasks.cephadm:Removing cluster... 2024-02-20T01:05:40.618 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 --force 2024-02-20T01:07:13.387 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 24abccd8-cf84-11ee-95bb-87774f69a715 --force 2024-02-20T01:09:36.005 INFO:tasks.cephadm:Removing cephadm ... 2024-02-20T01:09:36.006 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-20T01:09:36.030 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-20T01:09:36.049 INFO:tasks.cephadm:Teardown complete 2024-02-20T01:09:36.050 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-20T01:09:36.061 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-20T01:09:36.061 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T01:09:36.072 DEBUG:teuthology.orchestra.run.smithi148:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T01:09:36.089 INFO:teuthology.orchestra.run.smithi110.stderr:bash: ntpq: command not found 2024-02-20T01:09:36.094 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-20T01:09:36.094 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-02-20T01:09:36.094 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 4 +2267us[+2221us] +/- 99ms 2024-02-20T01:09:36.094 INFO:teuthology.orchestra.run.smithi110.stdout:^* hv02.front.sepia.ceph.com 3 6 377 2 -642us[ -688us] +/- 62ms 2024-02-20T01:09:36.095 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 3 -707us[ -753us] +/- 61ms 2024-02-20T01:09:36.095 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T01:09:36.107 INFO:teuthology.orchestra.run.smithi148.stderr:bash: ntpq: command not found 2024-02-20T01:09:36.112 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-20T01:09:36.112 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-02-20T01:09:36.112 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 4 +2176us[+2176us] +/- 99ms 2024-02-20T01:09:36.112 INFO:teuthology.orchestra.run.smithi148.stdout:^* hv02.front.sepia.ceph.com 3 6 377 7 -698us[ -720us] +/- 62ms 2024-02-20T01:09:36.112 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 3 -778us[ -778us] +/- 61ms 2024-02-20T01:09:36.113 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T01:09:36.113 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-20T01:09:36.122 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-20T01:09:36.123 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-20T01:09:36.157 DEBUG:teuthology.orchestra.run.smithi110:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-20T01:09:36.228 DEBUG:teuthology.orchestra.run.smithi148:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-20T01:09:36.291 DEBUG:teuthology.orchestra.run.smithi110:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-20T01:09:36.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:09:36.322 DEBUG:teuthology.orchestra.run.smithi148:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-20T01:09:36.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:09:36.352 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-20T01:09:36.362 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-20T01:09:36.383 INFO:teuthology.task.internal:Duration was 4040.686366 seconds 2024-02-20T01:09:36.384 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-20T01:09:36.432 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-20T01:09:36.432 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-20T01:09:36.435 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-20T01:09:36.479 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-20T01:09:36.482 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-20T01:09:36.941 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-20T01:09:36.941 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2024-02-20T01:09:36.941 DEBUG:teuthology.orchestra.run.smithi110:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-20T01:09:36.965 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi148.front.sepia.ceph.com 2024-02-20T01:09:36.965 DEBUG:teuthology.orchestra.run.smithi148:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-20T01:09:36.989 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-20T01:09:36.989 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-20T01:09:37.008 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-20T01:09:37.075 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-20T01:09:37.075 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-20T01:09:37.077 DEBUG:teuthology.orchestra.run.smithi148:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-20T01:09:37.176 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-20T01:09:37.187 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-20T01:09:37.188 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-20T01:09:37.214 DEBUG:teuthology.orchestra.run.smithi148:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-20T01:09:37.241 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-20T01:09:37.252 DEBUG:teuthology.orchestra.run.smithi110:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-20T01:09:37.256 DEBUG:teuthology.orchestra.run.smithi148:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-20T01:09:37.280 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2024-02-20T01:09:37.307 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = core 2024-02-20T01:09:37.379 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-20T01:09:37.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:09:37.405 DEBUG:teuthology.orchestra.run.smithi148:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-20T01:09:37.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T01:09:37.436 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-20T01:09:37.446 INFO:teuthology.task.internal:Transferring archived files... 2024-02-20T01:09:37.447 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568136/remote/smithi110 2024-02-20T01:09:37.448 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-20T01:09:37.490 DEBUG:teuthology.misc:Transferring archived files from smithi148:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568136/remote/smithi148 2024-02-20T01:09:37.491 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-20T01:09:37.530 INFO:teuthology.task.internal:Removing archive directory... 2024-02-20T01:09:37.530 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-20T01:09:37.533 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-20T01:09:37.583 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-20T01:09:37.602 INFO:teuthology.task.internal:Not uploading archives. 2024-02-20T01:09:37.602 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-20T01:09:37.617 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-20T01:09:37.617 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-20T01:09:37.620 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-20T01:09:37.635 INFO:teuthology.orchestra.run.smithi110.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 01:09 /home/ubuntu/cephtest 2024-02-20T01:09:37.641 INFO:teuthology.orchestra.run.smithi148.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 01:09 /home/ubuntu/cephtest 2024-02-20T01:09:37.643 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-20T01:09:37.668 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-20T01:09:37.766 INFO:teuthology.nuke:Checking targets against current locks 2024-02-20T01:09:37.794 DEBUG:teuthology.nuke:shortname: smithi110 2024-02-20T01:09:37.795 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-20T01:09:37.819 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568136', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:53:23.860319', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAbfW9U6t2o6bTJoXiToV6mzfxX+QufLCyWLy0Z1G/4p5CMQ9jtVNl9nOMD7ZAHPMGcfBoB1i90u2jX7Wo29R2Y='} 2024-02-20T01:09:37.823 DEBUG:teuthology.nuke:shortname: smithi148 2024-02-20T01:09:37.823 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-20T01:09:37.845 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568136', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:53:23.862211', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHmcD+obktDk2B/dqLWvL/7j9z75YfDURFTtAK6cmjvBC9MV0c14nf5PmDrwq3ba/mL0mwBYiB9nC7WpuQfRTCU='} 2024-02-20T01:09:37.876 INFO:teuthology.orchestra.console.smithi110:Power off 2024-02-20T01:09:37.877 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-20T01:09:37.905 DEBUG:teuthology.orchestra.console.smithi110:power off output: Chassis Power Control: Down/Off 2024-02-20T01:09:37.906 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T01:09:37.925 INFO:teuthology.orchestra.console.smithi148:Power off 2024-02-20T01:09:37.925 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-20T01:09:37.936 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2024-02-20T01:09:37.949 DEBUG:teuthology.orchestra.console.smithi148:power off output: Chassis Power Control: Down/Off 2024-02-20T01:09:37.949 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T01:09:37.977 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2024-02-20T01:09:41.938 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T01:09:41.979 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T01:09:42.050 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2024-02-20T01:09:42.089 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2024-02-20T01:09:46.054 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T01:09:46.092 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T01:09:46.165 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is off 2024-02-20T01:09:46.203 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is off 2024-02-20T01:09:46.267 INFO:teuthology.orchestra.console.smithi110:Power off completed 2024-02-20T01:09:46.304 INFO:teuthology.orchestra.console.smithi148:Power off completed 2024-02-20T01:09:46.410 INFO:teuthology.run:Summary data: description: orch: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: 4040.6863656044006 failure_reason: 'Command failed on smithi110 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 24abccd8-cf84-11ee-95bb-87774f69a715 -e sha1=19854089e18d4f65dda2b6cd74e737367c2514bd -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2a2fd28f475b44749de2d6b642a93066 status: fail success: false 2024-02-20T01:09:46.410 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-20T01:09:46.495 INFO:teuthology.run:FAIL